VolumeAccessInfo constructor

VolumeAccessInfo({
  1. String? accessViewStatus,
  2. String? country,
  3. DownloadAccessRestriction? downloadAccess,
  4. String? driveImportedContentLink,
  5. bool? embeddable,
  6. VolumeAccessInfoEpub? epub,
  7. bool? explicitOfflineLicenseManagement,
  8. VolumeAccessInfoPdf? pdf,
  9. bool? publicDomain,
  10. bool? quoteSharingAllowed,
  11. String? textToSpeechPermission,
  12. String? viewOrderUrl,
  13. String? viewability,
  14. 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,
});