EpubMetadataDate class
Constructors
- EpubMetadataDate(String date, String? event)
-
const
- EpubMetadataDate.named({required String date, required String? event})
-
const
Properties
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