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