SelectValue

data class SelectValue(val selectValueId: String, val name: String, var selected: Boolean) : Parcelable

Constructors

Link copied to clipboard
constructor(selectValueId: String, name: String, selected: Boolean)

Properties

Link copied to clipboard

the name of the value, to show to the user

Link copied to clipboard

true if the user select this value, false otherwise

Link copied to clipboard

the id of the value

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)