EpubByteContentFile constructor

const EpubByteContentFile(
  1. String fileName,
  2. EpubContentType contentType,
  3. String contentMimeType,
  4. List<int> content,
)

Implementation

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