GoogleMapsPlacesV1SearchTextRequestEVOptions constructor

GoogleMapsPlacesV1SearchTextRequestEVOptions({
  1. List<String>? connectorTypes,
  2. double? minimumChargingRateKw,
})

Implementation

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