PlaceReview extension type

on
Implemented types
Available extensions

Constructors

PlaceReview({String author_name, String language, String profile_photo_url, String relative_time_description, String text, num time, JSArray<PlaceAspectRating>? aspects, String? author_url, num? rating})

Properties

aspects List<PlaceAspectRating>?
getter/setter pair
authorName String
getter/setter pair
authorUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
language String
getter/setter pair
profilePhotoUrl String
getter/setter pair
rating num?
getter/setter pair
relativeTimeDescription String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
getter/setter pair
time num
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited