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