EpubTextContentFile constructor
const
EpubTextContentFile(
- String fileName,
- EpubContentType contentType,
- String contentMimeType,
- String content,
Implementation
const EpubTextContentFile(
this.fileName, this.contentType, this.contentMimeType, this.content)
: super._();