EpubContent class

Constructors

EpubContent()

Properties

AllFiles Map<String, EpubContentFile>?
getter/setter pair
Css Map<String, EpubTextContentFile>?
getter/setter pair
Fonts Map<String, EpubByteContentFile>?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
Html Map<String, EpubTextContentFile>?
getter/setter pair
Images Map<String, EpubByteContentFile>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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