GoogleMapsPlacesV1PlaceGenerativeSummary constructor

GoogleMapsPlacesV1PlaceGenerativeSummary({
  1. GoogleTypeLocalizedText? description,
  2. GoogleTypeLocalizedText? overview,
  3. GoogleMapsPlacesV1References? references,
})

Implementation

GoogleMapsPlacesV1PlaceGenerativeSummary({
  this.description,
  this.overview,
  this.references,
});