EpubContent constructor
const
EpubContent(
- Map<
String, EpubTextContentFile> html, - Map<
String, EpubTextContentFile> css, - Map<
String, EpubByteContentFile> images, - Map<
String, EpubByteContentFile> fonts,
Implementation
const EpubContent(this.html, this.css, this.images, this.fonts) : super();