ReadingPosition class

Constructors

ReadingPosition({String? epubCfiPosition, String? gbImagePosition, String? gbTextPosition, String? kind, String? pdfPosition, String? updated, String? volumeId})
ReadingPosition.fromJson(Map json_)

Properties

epubCfiPosition String?
Position in an EPUB as a CFI.
getter/setter pair
gbImagePosition String?
Position in a volume for image-based content.
getter/setter pair
gbTextPosition String?
Position in a volume for text-based content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
kind String?
Resource type for a reading position.
getter/setter pair
pdfPosition String?
Position in a PDF file.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated String?
Timestamp when this reading position was last updated (formatted UTC timestamp with millisecond resolution).
getter/setter pair
volumeId String?
Volume id associated with this reading position.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited