EpubContent class

Available extensions

Properties

css Map<String, EpubTextContentFile>
final
fonts Map<String, EpubByteContentFile>
final
hashCode int
The hash code for this object.
no setteroverride
html Map<String, EpubTextContentFile>
final
images Map<String, EpubByteContentFile>
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride

Methods

copyWith({Maybe<Map<String, EpubTextContentFile>> html = const Maybe.none(), Maybe<Map<String, EpubTextContentFile>> css = const Maybe.none(), Maybe<Map<String, EpubByteContentFile>> images = const Maybe.none(), Maybe<Map<String, EpubByteContentFile>> fonts = const Maybe.none()}) EpubContent
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override