Review class
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