GoogleMapsPlacesV1FuelOptions constructor

GoogleMapsPlacesV1FuelOptions({
  1. List<GoogleMapsPlacesV1FuelOptionsFuelPrice>? fuelPrices,
})

Implementation

GoogleMapsPlacesV1FuelOptions({
  this.fuelPrices,
});