EpubTextContentFileRef constructor

const EpubTextContentFileRef(
  1. EpubBookRef epubBookRef,
  2. String fileName,
  3. EpubContentType contentType,
  4. String contentMimeType,
)

Implementation

const EpubTextContentFileRef(
    this.epubBookRef, this.fileName, this.contentType, this.contentMimeType)
    : super._();