EvOptions constructor
EvOptions({
- double? minimumChargingRateKw,
- List<
EvConnectorType> ? connectorTypes,
Implementation
EvOptions({this.minimumChargingRateKw, this.connectorTypes});