ConstEpubBookRefData class

Constructors

ConstEpubBookRefData(Archive epubArchive, String? title, String author, List<String> authorList, EpubSchema schema)
const
ConstEpubBookRefData.named({required Archive epubArchive, required String? title, required String author, required List<String> authorList, required EpubSchema schema})
const

Properties

author String
final
authorList List<String>
final
epubArchive → Archive
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
schema EpubSchema
final
title String?
final

Methods

copyWith({Maybe<Archive> epubArchive = const Maybe.none(), Maybe<String?> title = const Maybe.none(), Maybe<String> author = const Maybe.none(), Maybe<List<String>> authorList = const Maybe.none(), Maybe<EpubSchema> schema = const Maybe.none()}) ConstEpubBookRefData
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