EpubPackage class

Constructors

EpubPackage(EpubVersion version, EpubMetadata metadata, EpubManifest manifest, EpubSpine spine, EpubGuide? guide)
const
EpubPackage.named({required EpubVersion version, required EpubMetadata metadata, required EpubManifest manifest, required EpubSpine spine, required EpubGuide? guide})
const

Properties

guide EpubGuide?
final
hashCode int
The hash code for this object.
no setteroverride
manifest EpubManifest
final
metadata EpubMetadata
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
spine EpubSpine
final
version EpubVersion
final

Methods

copyWith({Maybe<EpubVersion> version = const Maybe.none(), Maybe<EpubMetadata> metadata = const Maybe.none(), Maybe<EpubManifest> manifest = const Maybe.none(), Maybe<EpubSpine> spine = const Maybe.none(), Maybe<EpubGuide?> guide = const Maybe.none()}) EpubPackage
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