chargingTime property
Get charge time during instruction begin - end interval.
Returns
- Charging time in seconds required for this segment.
Implementation
int get chargingTime {
final OperationResult resultString = objectMethod(
pointerId,
'EVRouteInstruction',
'getChargingTime',
);
return resultString['result'];
}