connectorCount property

int? connectorCount
getter/setter pair

Number of connectors at this station.

However, because some ports can have multiple connectors but only be able to charge one car at a time (e.g.) the number of connectors may be greater than the total number of cars which can charge simultaneously.

Implementation

core.int? connectorCount;