ports property

int get ports

Supported charging ports, a combination of one or more charging connector types.

Implementation

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