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