EvOptions constructor

EvOptions({
  1. double? minimumChargingRateKw,
  2. List<EvConnectorType>? connectorTypes,
})

Implementation

EvOptions({
  this.minimumChargingRateKw,
  this.connectorTypes,
});