Review class

Constructors

Review({ReviewAuthor? author, String? content, String? date, String? fullTextUrl, String? kind, String? rating, ReviewSource? source, String? title, String? type, String? volumeId})
Review.fromJson(Map json_)

Properties

author ReviewAuthor?
Author of this review.
getter/setter pair
content String?
Review text.
getter/setter pair
date String?
Date of this review.
getter/setter pair
fullTextUrl String?
URL for the full review text, for reviews gathered from the web.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Resource type for a review.
getter/setter pair
rating String?
Star rating for this review.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source ReviewSource?
Information regarding the source of this review, when the review is not from a Google Books user.
getter/setter pair
title String?
Title for this review.
getter/setter pair
type String?
Source type for this review.
getter/setter pair
volumeId String?
Volume that this review is for.
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