EpubContent class
- Available extensions
Constructors
-
EpubContent(Map<
String, EpubTextContentFile> html, Map<String, EpubTextContentFile> css, Map<String, EpubByteContentFile> images, Map<String, EpubByteContentFile> fonts) -
const
-
EpubContent.named({required Map<
String, EpubTextContentFile> html, required Map<String, EpubTextContentFile> css, required Map<String, EpubByteContentFile> images, required Map<String, EpubByteContentFile> fonts}) -
const
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< html = const Maybe.none(), Maybe<String, EpubTextContentFile> >Map< css = const Maybe.none(), Maybe<String, EpubTextContentFile> >Map< images = const Maybe.none(), Maybe<String, EpubByteContentFile> >Map< fonts = const Maybe.none()}) → EpubContentString, EpubByteContentFile> > -
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