AccessInfo constructor
AccessInfo({})
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,
});