Review class

Annotations
  • @JsonSerializable()

Constructors

Review({required String authorName, required String authorUrl, required String? language, required String profilePhotoUrl, required num rating, required String relativeTimeDescription, required String text, required num time})
Review.fromJson(Map<String, dynamic> json)
factory

Properties

authorName String
JSON author_name
final
authorUrl String
JSON author_url
final
hashCode int
The hash code for this object.
no setterinherited
language String?
final
profilePhotoUrl String
JSON profile_photo_url
final
rating num
final
relativeTimeDescription String
JSON relative_time_description
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String
final
time num
final

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