Review class
Constructors
-
Review({String? authorName, String? authorUrl, String? language, String? originalLanguage, String? profilePhotoUrl, int? rating, String? relativeTimeDescription, String? text, int? time, bool? translated})
-
-
Review.fromJson(Map<String, dynamic> json)
-
factory
Methods
-
copyWith({String? authorName, String? authorUrl, String? language, String? originalLanguage, String? profilePhotoUrl, int? rating, String? relativeTimeDescription, String? text, int? time, bool? translated})
→ Review
-
-
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