connectorTypes property

List<ChargingConnectorType> connectorTypes
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;