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