Shorthand Entry
data class ShorthandEntry(name: String, value: String, important: Boolean?)
Content copied to clipboard
Constructors
ShorthandEntry
Link copied to clipboard
fun ShorthandEntry(name: String, value: String, important: Boolean? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard