ElectricSpeedConsumption
Unique identifier of ElectricVehicleConsumption.speedConsumption property of the ElectricEngine model.
To access the property value from the Vehicle, use the following snippet:
val speedConsumption = (vehicle as? Motorized)?.electricEngine?.consumption?.speedConsumption
Content copied to clipboard