Review constructor
Review({
- String? name,
- String? relativePublishTimeDescription,
- LocalizedText? text,
- LocalizedText? originalText,
- int? rating,
- AuthorAttribution? authorAttribution,
- DateTime? publishTime,
- String? flagContentUri,
- String? googleMapsUri,
Implementation
Review({
this.name,
this.relativePublishTimeDescription,
this.text,
this.originalText,
this.rating,
this.authorAttribution,
this.publishTime,
this.flagContentUri,
this.googleMapsUri,
});