Value

@Serializable
data class Value(val text: String, val range: SourceRange? = null, val specificity: Specificity? = null)(source)

Data for a simple selector (these are delimited by commas in a selector list).

Official doc

Constructors

Link copied to clipboard
constructor(text: String, range: SourceRange? = null, specificity: Specificity? = null)

Properties

Link copied to clipboard
val range: SourceRange? = null

Value range in the underlying resource (if available).

Link copied to clipboard

Specificity of the selector.

Link copied to clipboard

Value text.