EpubTextExtractRes constructor

EpubTextExtractRes({
  1. String? text,
  2. String? cfiRange,
})

Implementation

EpubTextExtractRes({
  this.text,
  this.cfiRange,
});