AccessInfo constructor

AccessInfo({
  1. required String? country,
  2. required String? viewability,
  3. required bool? embeddable,
  4. required bool? publicDomain,
  5. required String? textToSpeechPermission,
  6. required Epub? epub,
  7. required Epub? pdf,
  8. required String? webReaderLink,
  9. required String? accessViewStatus,
  10. required bool? quoteSharingAllowed,
})

Implementation

AccessInfo({
  required this.country,
  required this.viewability,
  required this.embeddable,
  required this.publicDomain,
  required this.textToSpeechPermission,
  required this.epub,
  required this.pdf,
  required this.webReaderLink,
  required this.accessViewStatus,
  required this.quoteSharingAllowed,
});