EpubTextContentFile constructor

const EpubTextContentFile(
  1. String fileName,
  2. EpubContentType contentType,
  3. String contentMimeType,
  4. String content,
)

Implementation

const EpubTextContentFile(
    this.fileName, this.contentType, this.contentMimeType, this.content)
    : super._();