DropdownItemSpec

data class DropdownItemSpec(value: String?, text: String)

Properties

Link copied to clipboard
val text: String
Link copied to clipboard
val value: String?