VolumeUserInfo class
User specific information related to this volume.
(e.g. page this user last read or whether they purchased this book)
Constructors
- VolumeUserInfo({String? acquiredTime, int? acquisitionType, VolumeUserInfoCopy? copy, int? entitlementType, VolumeUserInfoFamilySharing? familySharing, bool? isFamilySharingAllowed, bool? isFamilySharingDisabledByFop, bool? isInMyBooks, bool? isPreordered, bool? isPurchased, bool? isUploaded, ReadingPosition? readingPosition, VolumeUserInfoRentalPeriod? rentalPeriod, String? rentalState, Review? review, String? updated, VolumeUserInfoUserUploadedVolumeInfo? userUploadedVolumeInfo})
- VolumeUserInfo.fromJson(Map json_)
Properties
- acquiredTime ↔ String?
-
Timestamp when this volume was acquired by the user.
getter/setter pair
- acquisitionType ↔ int?
-
How this volume was acquired.
getter/setter pair
- copy ↔ VolumeUserInfoCopy?
-
Copy/Paste accounting information.
getter/setter pair
- entitlementType ↔ int?
-
Whether this volume is purchased, sample, pd download etc.
getter/setter pair
- familySharing ↔ VolumeUserInfoFamilySharing?
-
Information on the ability to share with the family.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
Whether or not the user shared this volume with the family.
getter/setter pair
-
Whether or not the user received this volume through family sharing.
getter/setter pair
- isFamilySharingAllowed ↔ bool?
-
Deprecated: Replaced by familySharing.
getter/setter pair
- isFamilySharingDisabledByFop ↔ bool?
-
Deprecated: Replaced by familySharing.
getter/setter pair
- isInMyBooks ↔ bool?
-
Whether or not this volume is currently in "my books."
getter/setter pair
- isPreordered ↔ bool?
-
Whether or not this volume was pre-ordered by the authenticated user
making the request.
getter/setter pair
- isPurchased ↔ bool?
-
Whether or not this volume was purchased by the authenticated user making
the request.
getter/setter pair
- isUploaded ↔ bool?
-
Whether or not this volume was user uploaded.
getter/setter pair
- readingPosition ↔ ReadingPosition?
-
The user's current reading position in the volume, if one is available.
getter/setter pair
- rentalPeriod ↔ VolumeUserInfoRentalPeriod?
-
Period during this book is/was a valid rental.
getter/setter pair
- rentalState ↔ String?
-
Whether this book is an active or an expired rental.
getter/setter pair
- review ↔ Review?
-
This user's review of this volume, if one exists.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updated ↔ String?
-
Timestamp when this volume was last modified by a user action, such as a
reading position update, volume purchase or writing a review.
getter/setter pair
- userUploadedVolumeInfo ↔ VolumeUserInfoUserUploadedVolumeInfo?
-
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