AnnotationCurrentVersionRanges constructor
AnnotationCurrentVersionRanges({
- BooksAnnotationsRange? cfiRange,
- String? contentVersion,
- BooksAnnotationsRange? gbImageRange,
- BooksAnnotationsRange? gbTextRange,
- BooksAnnotationsRange? imageCfiRange,
Implementation
AnnotationCurrentVersionRanges({
this.cfiRange,
this.contentVersion,
this.gbImageRange,
this.gbTextRange,
this.imageCfiRange,
});