targetChargeInKilowattHours property

double targetChargeInKilowattHours
getter/setter pair

Maximum charge to which the battery should be charged at a charging station (in kWh). It must be positive and less than or equal to the value of BatterySpecifications.totalCapacityInKilowattHours, otherwise the BatterySpecifications instance is considered invalid. Defaults to 0.

Implementation

double targetChargeInKilowattHours;