VolumeannotationContentRanges class
The content ranges to identify the selected text.
Constructors
- VolumeannotationContentRanges({BooksAnnotationsRange? cfiRange, String? contentVersion, BooksAnnotationsRange? gbImageRange, BooksAnnotationsRange? gbTextRange})
- VolumeannotationContentRanges.fromJson(Map json_)
Properties
- cfiRange ↔ BooksAnnotationsRange?
-
Range in CFI format for this annotation for version above.
getter/setter pair
- contentVersion ↔ String?
-
Content version applicable to ranges below.
getter/setter pair
- gbImageRange ↔ BooksAnnotationsRange?
-
Range in GB image format for this annotation for version above.
getter/setter pair
- gbTextRange ↔ BooksAnnotationsRange?
-
Range in GB text format for this annotation for version above.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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