EpubMetadataDate class

Constructors

EpubMetadataDate(String date, String? event)
const
EpubMetadataDate.named({required String date, required String? event})
const

Properties

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

Methods

copyWith({Maybe<String> date = const Maybe.none(), Maybe<String?> event = const Maybe.none()}) EpubMetadataDate
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