data class Value
Data for a simple selector (these are delimited by commas in a selector list).
<init> |
Data for a simple selector (these are delimited by commas in a selector list). Value(text: String, range: SourceRange? = null) |
range |
Value range in the underlying resource (if available). val range: SourceRange? |
text |
Value text. val text: String |