ReadingPosition constructor

ReadingPosition({
  1. String? epubCfiPosition,
  2. String? gbImagePosition,
  3. String? gbTextPosition,
  4. String? kind,
  5. String? pdfPosition,
  6. String? updated,
  7. String? volumeId,
})

Implementation

ReadingPosition({
  this.epubCfiPosition,
  this.gbImagePosition,
  this.gbTextPosition,
  this.kind,
  this.pdfPosition,
  this.updated,
  this.volumeId,
});