GoogleMapsPlacesV1Review constructor

GoogleMapsPlacesV1Review({
  1. GoogleMapsPlacesV1AuthorAttribution? authorAttribution,
  2. String? flagContentUri,
  3. String? googleMapsUri,
  4. String? name,
  5. GoogleTypeLocalizedText? originalText,
  6. String? publishTime,
  7. double? rating,
  8. String? relativePublishTimeDescription,
  9. GoogleTypeLocalizedText? text,
  10. GoogleTypeDate? visitDate,
})

Implementation

GoogleMapsPlacesV1Review({
  this.authorAttribution,
  this.flagContentUri,
  this.googleMapsUri,
  this.name,
  this.originalText,
  this.publishTime,
  this.rating,
  this.relativePublishTimeDescription,
  this.text,
  this.visitDate,
});