EpubContentRef class

Available extensions

Properties

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

Methods

copyWith({Maybe<Map<String, EpubTextContentFileRef>> html = const Maybe.none(), Maybe<Map<String, EpubTextContentFileRef>> css = const Maybe.none(), Maybe<Map<String, EpubByteContentFileRef>> images = const Maybe.none(), Maybe<Map<String, EpubByteContentFileRef>> fonts = const Maybe.none()}) EpubContentRef
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