EpubContentRef class
- Available extensions
Constructors
-
EpubContentRef(Map<
String, EpubTextContentFileRef> html, Map<String, EpubTextContentFileRef> css, Map<String, EpubByteContentFileRef> images, Map<String, EpubByteContentFileRef> fonts) -
const
-
EpubContentRef.named({required Map<
String, EpubTextContentFileRef> html, required Map<String, EpubTextContentFileRef> css, required Map<String, EpubByteContentFileRef> images, required Map<String, EpubByteContentFileRef> fonts}) -
const
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< html = const Maybe.none(), Maybe<String, EpubTextContentFileRef> >Map< css = const Maybe.none(), Maybe<String, EpubTextContentFileRef> >Map< images = const Maybe.none(), Maybe<String, EpubByteContentFileRef> >Map< fonts = const Maybe.none()}) → EpubContentRefString, EpubByteContentFileRef> > -
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