VolumeUserInfo constructor
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,
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,
});