VolumeAccessInfo constructor
VolumeAccessInfo({
- String? accessViewStatus,
- String? country,
- DownloadAccessRestriction? downloadAccess,
- String? driveImportedContentLink,
- bool? embeddable,
- VolumeAccessInfoEpub? epub,
- bool? explicitOfflineLicenseManagement,
- VolumeAccessInfoPdf? pdf,
- bool? publicDomain,
- bool? quoteSharingAllowed,
- String? textToSpeechPermission,
- String? viewOrderUrl,
- String? viewability,
- String? webReaderLink,
Implementation
VolumeAccessInfo({
this.accessViewStatus,
this.country,
this.downloadAccess,
this.driveImportedContentLink,
this.embeddable,
this.epub,
this.explicitOfflineLicenseManagement,
this.pdf,
this.publicDomain,
this.quoteSharingAllowed,
this.textToSpeechPermission,
this.viewOrderUrl,
this.viewability,
this.webReaderLink,
});