GoogleMapsPlacesV1PlaceEvChargeAmenitySummary constructor

GoogleMapsPlacesV1PlaceEvChargeAmenitySummary({
  1. GoogleMapsPlacesV1ContentBlock? coffee,
  2. GoogleTypeLocalizedText? disclosureText,
  3. String? flagContentUri,
  4. GoogleMapsPlacesV1ContentBlock? overview,
  5. GoogleMapsPlacesV1ContentBlock? restaurant,
  6. GoogleMapsPlacesV1ContentBlock? store,
})

Implementation

GoogleMapsPlacesV1PlaceEvChargeAmenitySummary({
  this.coffee,
  this.disclosureText,
  this.flagContentUri,
  this.overview,
  this.restaurant,
  this.store,
});