MetaDateFormatter<T, C, I> class abstract

Overrides for meta date properties

Constructors

MetaDateFormatter.of({required String title(T fact, C contact), required String subtitle(T fact, C contact), required I icon(T fact, C contact, {double? size})})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

icon(T fact, C contact, {double size = _kTileIconSize}) → I
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
subtitle(T fact, C contact) String
title(T fact, C contact) String
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited