EpubGuideReference class
Constructors
- EpubGuideReference(String type, String? title, String href)
-
const
- EpubGuideReference.named({required String type, required String? title, required String href})
-
const
Properties
Methods
-
copyWith(
{Maybe< String> type = const Maybe.none(), Maybe<String?> title = const Maybe.none(), Maybe<String> href = const Maybe.none()}) → EpubGuideReference -
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