CurrentCharge
Unique identifier of ChargeLevel.currentCharge property of the ElectricEngine model.
To access the property value from the Vehicle, use the following snippet:
val currentCharge = (vehicle as? Motorized)?.electricEngine?.chargeLevel?.currentCharge
Content copied to clipboard