ConnectorAggregation constructor

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

Implementation

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