outOfServiceConnectorCount property - EVChargingStation class - search library - Dart API
outOfServiceConnectorCount
outOfServiceConnectorCount property
getter/setter pair
Number of physical connectors that are out of service at the charging station.
This field is always null for offline search using the OfflineSearchEngine. For online search using the SearchEngine, it can be null if data is unavailable.
Implementation
int? outOfServiceConnectorCount;