GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation constructor

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation({
  1. String? availabilityLastUpdateTime,
  2. int? availableCount,
  3. int? count,
  4. double? maxChargeRateKw,
  5. int? outOfServiceCount,
  6. String? type,
})

Implementation

GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation({
  this.availabilityLastUpdateTime,
  this.availableCount,
  this.count,
  this.maxChargeRateKw,
  this.outOfServiceCount,
  this.type,
});