AnnotationCurrentVersionRanges class
Selection ranges for the most recent content version.
Constructors
- AnnotationCurrentVersionRanges({BooksAnnotationsRange? cfiRange, String? contentVersion, BooksAnnotationsRange? gbImageRange, BooksAnnotationsRange? gbTextRange, BooksAnnotationsRange? imageCfiRange})
- AnnotationCurrentVersionRanges.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
- imageCfiRange ↔ BooksAnnotationsRange?
- 
  Range in image CFI format for this annotation for version above.
  getter/setter pair
- 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