GoogleMapsPlacesV1PlaceReviewSummary constructor

GoogleMapsPlacesV1PlaceReviewSummary({
  1. GoogleTypeLocalizedText? disclosureText,
  2. String? flagContentUri,
  3. String? reviewsUri,
  4. GoogleTypeLocalizedText? text,
})

Implementation

GoogleMapsPlacesV1PlaceReviewSummary({
  this.disclosureText,
  this.flagContentUri,
  this.reviewsUri,
  this.text,
});