EpubGuideReference class

Constructors

EpubGuideReference(String type, String? title, String href)
const
EpubGuideReference.named({required String type, required String? title, required String href})
const

Properties

hashCode int
The hash code for this object.
no setteroverride
href String
final
runtimeType → ProductRuntimeType
A representation of the runtime type of the object.
no setteroverride
title String?
final
type String
final

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