AccessInfo class
Constructors
- AccessInfo({required String? country, required String? viewability, required bool? embeddable, required bool? publicDomain, required String? textToSpeechPermission, required Epub? epub, required Epub? pdf, required String? webReaderLink, required String? accessViewStatus, required bool? quoteSharingAllowed})
-
AccessInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessViewStatus → String?
-
final
- country → String?
-
final
- embeddable → bool?
-
final
- epub → Epub?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pdf → Epub?
-
final
- publicDomain → bool?
-
final
- quoteSharingAllowed → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textToSpeechPermission → String?
-
final
- viewability → String?
-
final
- webReaderLink → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited