AnnotationCurrentVersionRanges constructor

AnnotationCurrentVersionRanges({
  1. BooksAnnotationsRange? cfiRange,
  2. String? contentVersion,
  3. BooksAnnotationsRange? gbImageRange,
  4. BooksAnnotationsRange? gbTextRange,
  5. BooksAnnotationsRange? imageCfiRange,
})

Implementation

AnnotationCurrentVersionRanges({
  this.cfiRange,
  this.contentVersion,
  this.gbImageRange,
  this.gbTextRange,
  this.imageCfiRange,
});