GoogleMapsPlacesV1FuelOptionsFuelPrice constructor

GoogleMapsPlacesV1FuelOptionsFuelPrice({
  1. GoogleTypeMoney? price,
  2. String? type,
  3. String? updateTime,
})

Implementation

GoogleMapsPlacesV1FuelOptionsFuelPrice({
  this.price,
  this.type,
  this.updateTime,
});