GoogleMapsPlacesV1Review constructor

GoogleMapsPlacesV1Review({
  1. GoogleMapsPlacesV1AuthorAttribution? authorAttribution,
  2. String? name,
  3. GoogleTypeLocalizedText? originalText,
  4. String? publishTime,
  5. double? rating,
  6. String? relativePublishTimeDescription,
  7. GoogleTypeLocalizedText? text,
})

Implementation

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