EpubContentRef constructor
const
EpubContentRef(
- Map<
String, EpubTextContentFileRef> html, - Map<
String, EpubTextContentFileRef> css, - Map<
String, EpubByteContentFileRef> images, - Map<
String, EpubByteContentFileRef> fonts,
Implementation
const EpubContentRef(this.html, this.css, this.images, this.fonts) : super();