EpubManifestItem class

Constructors

EpubManifestItem(String id, String href, String mediaType, String? requiredNamespaces, String? requiredModules, String? fallback, String? fallbackStyle)
const
EpubManifestItem.named({required String id, required String href, required String mediaType, required String? requiredNamespaces, required String? requiredModules, required String? fallback, required String? fallbackStyle})
const

Properties

fallback String?
final
fallbackStyle String?
final
hashCode int
The hash code for this object.
no setteroverride
href String
final
id String
final
mediaType String
final
requiredModules String?
final
requiredNamespaces String?
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride

Methods

copyWith({Maybe<String> id = const Maybe.none(), Maybe<String> href = const Maybe.none(), Maybe<String> mediaType = const Maybe.none(), Maybe<String?> requiredNamespaces = const Maybe.none(), Maybe<String?> requiredModules = const Maybe.none(), Maybe<String?> fallback = const Maybe.none(), Maybe<String?> fallbackStyle = const Maybe.none()}) EpubManifestItem
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