VolumeUserInfo constructor

VolumeUserInfo({
  1. String? acquiredTime,
  2. int? acquisitionType,
  3. VolumeUserInfoCopy? copy,
  4. int? entitlementType,
  5. VolumeUserInfoFamilySharing? familySharing,
  6. bool? isFamilySharedFromUser,
  7. bool? isFamilySharedToUser,
  8. bool? isFamilySharingAllowed,
  9. bool? isFamilySharingDisabledByFop,
  10. bool? isInMyBooks,
  11. bool? isPreordered,
  12. bool? isPurchased,
  13. bool? isUploaded,
  14. ReadingPosition? readingPosition,
  15. VolumeUserInfoRentalPeriod? rentalPeriod,
  16. String? rentalState,
  17. Review? review,
  18. String? updated,
  19. VolumeUserInfoUserUploadedVolumeInfo? userUploadedVolumeInfo,
})

Implementation

VolumeUserInfo({
  this.acquiredTime,
  this.acquisitionType,
  this.copy,
  this.entitlementType,
  this.familySharing,
  this.isFamilySharedFromUser,
  this.isFamilySharedToUser,
  this.isFamilySharingAllowed,
  this.isFamilySharingDisabledByFop,
  this.isInMyBooks,
  this.isPreordered,
  this.isPurchased,
  this.isUploaded,
  this.readingPosition,
  this.rentalPeriod,
  this.rentalState,
  this.review,
  this.updated,
  this.userUploadedVolumeInfo,
});