CurrentFuel
Unique identifier of currentFuel property of the CombustionEngine model.
To access the property value from the Vehicle, use the following snippet:
val currentFuel = (vehicle as? Motorized)?.combustionEngine?.currentFuel
Content copied to clipboard