connectorTypes property - BatterySpecifications class - routing library - Dart API
connectorTypes
connectorTypes property
getter/setter pair
List of available charging connector types. It must be at least one charging connector type added, otherwise the BatterySpecifications instance is considered invalid. Defaults to an empty container.
Implementation
List<ChargingConnectorType> connectorTypes;