data class ShorthandEntry
<init> |
ShorthandEntry(name: String, value: String, important: Boolean? = null) |
important |
Whether the property has "!important" annotation (implies val important: Boolean? |
name |
Shorthand name. val name: String |
value |
Shorthand value. val value: String |