GoogleMapsPlacesV1FuelOptionsFuelPrice constructor
GoogleMapsPlacesV1FuelOptionsFuelPrice({
- GoogleTypeMoney? price,
- String? type,
- String? updateTime,
Implementation
GoogleMapsPlacesV1FuelOptionsFuelPrice({
this.price,
this.type,
this.updateTime,
});