GoogleMapsPlacesV1EVChargeOptions constructor

GoogleMapsPlacesV1EVChargeOptions({
  1. List<GoogleMapsPlacesV1EVChargeOptionsConnectorAggregation>? connectorAggregation,
  2. int? connectorCount,
})

Implementation

GoogleMapsPlacesV1EVChargeOptions({
  this.connectorAggregation,
  this.connectorCount,
});