GoogleMapsPlacesV1PlaceReviewSummary constructor
GoogleMapsPlacesV1PlaceReviewSummary({
- GoogleTypeLocalizedText? disclosureText,
- String? flagContentUri,
- String? reviewsUri,
- GoogleTypeLocalizedText? text,
Implementation
GoogleMapsPlacesV1PlaceReviewSummary({
this.disclosureText,
this.flagContentUri,
this.reviewsUri,
this.text,
});