EVChargeOptions constructor
EVChargeOptions({
- int? connectorCount,
- List<
ConnectorAggregation> ? connectorAggregation,
Implementation
EVChargeOptions({
this.connectorCount,
this.connectorAggregation,
});