ChargingStation constructor
- String? id,
- String? name,
- ChargingConnectorAttributes? connectorAttributes
Creates a new instance.
idIdentifier of this charging station. It can only be null when custom charging stations from non-HERE datasets have been injected on the HERE platform. By default, with HERE datasets it is guranteed to be not null.nameHuman readable name of this charging station. It can be null when there is no name associated with the station.connectorAttributesDetails of the connector suggested to be used.
Implementation
ChargingStation(this.id, this.name, this.connectorAttributes)
: brand = null, chargePointOperator = null, matchingEMobilityServiceProviders = [];