EpubByteContentFile constructor
const
EpubByteContentFile(
- String fileName,
- EpubContentType contentType,
- String contentMimeType,
- List<
int> content,
Implementation
const EpubByteContentFile(
this.fileName, this.contentType, this.contentMimeType, this.content)
: super._();