GoogleMapsPlacesV1PlaceNeighborhoodSummary constructor

GoogleMapsPlacesV1PlaceNeighborhoodSummary({
  1. GoogleMapsPlacesV1ContentBlock? description,
  2. GoogleTypeLocalizedText? disclosureText,
  3. String? flagContentUri,
  4. GoogleMapsPlacesV1ContentBlock? overview,
})

Implementation

GoogleMapsPlacesV1PlaceNeighborhoodSummary({
  this.description,
  this.disclosureText,
  this.flagContentUri,
  this.overview,
});