GoogleMapsPlacesV1PlaceEvChargeAmenitySummary constructor
GoogleMapsPlacesV1PlaceEvChargeAmenitySummary({
- GoogleMapsPlacesV1ContentBlock? coffee,
- GoogleTypeLocalizedText? disclosureText,
- String? flagContentUri,
- GoogleMapsPlacesV1ContentBlock? overview,
- GoogleMapsPlacesV1ContentBlock? restaurant,
- GoogleMapsPlacesV1ContentBlock? store,
Implementation
GoogleMapsPlacesV1PlaceEvChargeAmenitySummary({
this.coffee,
this.disclosureText,
this.flagContentUri,
this.overview,
this.restaurant,
this.store,
});