Weight
Unique identifier of VehicleDimensions.weight property of the Vehicle model.
To access the property value from the Vehicle, use the following snippet:
val weight = (vehicle as? Motorized)?.dimensions?.weight
Content copied to clipboard
Unique identifier of VehicleDimensions.weight property of the Vehicle model.
To access the property value from the Vehicle, use the following snippet:
val weight = (vehicle as? Motorized)?.dimensions?.weight