GoogleMapsPlacesV1Review class
Information about a review of a place.
Constructors
- GoogleMapsPlacesV1Review({GoogleMapsPlacesV1AuthorAttribution? authorAttribution, String? flagContentUri, String? googleMapsUri, String? name, GoogleTypeLocalizedText? originalText, String? publishTime, double? rating, String? relativePublishTimeDescription, GoogleTypeLocalizedText? text, GoogleTypeDate? visitDate})
 - GoogleMapsPlacesV1Review.fromJson(Map json_)
 
Properties
- 
  This review's author.
  getter/setter pair
 - flagContentUri ↔ String?
 - 
  A link where users can flag a problem with the review.
  getter/setter pair
 - googleMapsUri ↔ String?
 - 
  A link to show the review on Google Maps.
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - name ↔ String?
 - 
  A reference representing this place review which may be used to look up
this place review again (also called the API "resource" name:
places/{place_id}/reviews/{review}).getter/setter pair - originalText ↔ GoogleTypeLocalizedText?
 - 
  The review text in its original language.
  getter/setter pair
 - publishTime ↔ String?
 - 
  Timestamp for the review.
  getter/setter pair
 - rating ↔ double?
 - 
  A number between 1.0 and 5.0, also called the number of stars.
  getter/setter pair
 - relativePublishTimeDescription ↔ String?
 - 
  A string of formatted recent time, expressing the review time relative to
the current time in a form appropriate for the language and country.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - text ↔ GoogleTypeLocalizedText?
 - 
  The localized text of the review.
  getter/setter pair
 - visitDate ↔ GoogleTypeDate?
 - 
  The date when the author visited the place.
  getter/setter pair
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited