VehicleProperty

fun <T> VehicleProperty(value: T?)

Parameters

T

The type of the property's value.

value

Current value of the property. Can be null if it is temporarily unavailable or invalid.