UnitOptionEntry
data class UnitOptionEntry(val value: Int, val label: String? = null, @StringRes val labelRes: Int? = null) : Serializable
A class that acts as a value item that can be selected for a unit.
Parameters
value
The actual value.
label
The textual representation of the value.
labelRes
The textual representation of the value by resource.