GoogleMapsPlacesV1Review constructor
GoogleMapsPlacesV1Review({
- GoogleMapsPlacesV1AuthorAttribution? authorAttribution,
- String? flagContentUri,
- String? googleMapsUri,
- String? name,
- GoogleTypeLocalizedText? originalText,
- String? publishTime,
- double? rating,
- String? relativePublishTimeDescription,
- GoogleTypeLocalizedText? text,
- GoogleTypeDate? visitDate,
Implementation
GoogleMapsPlacesV1Review({
this.authorAttribution,
this.flagContentUri,
this.googleMapsUri,
this.name,
this.originalText,
this.publishTime,
this.rating,
this.relativePublishTimeDescription,
this.text,
this.visitDate,
});