fastCharge property

int get fastCharge

How many km can be charged in one hour (10-80% interval).

Implementation

int get fastCharge {
  final OperationResult result = objectMethod(
    super.pointerId,
    'EVCarModelFlutter',
    'fastCharge',
  );
  return result['result'];
}