EVChargeOptions constructor

EVChargeOptions({
  1. int? connectorCount,
  2. List<ConnectorAggregation>? connectorAggregation,
})

Implementation

EVChargeOptions({this.connectorCount, this.connectorAggregation});