SetProperty
data class SetProperty<T : Parcelable>(val value: Set<T>?) : VehicleProperties.VehicleProperty<Set<T>>
Property holding an optional Set value.
Parameters
T
The type of the items in the Set.
value
The value of the property. Can be null
if it is temporarily unavailable or invalid.