DateMatcher class

Inheritance

Constructors

DateMatcher()

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

feedback(EstimatedGuessesMixin match, bool isSoleMatch) Feedback?
TODO make this abstract when all matchers are implemented
inherited
match(String password) List<DateMatch>
a "date" is recognized as: any 3-tuple that starts or ends with a 2- or 4-digit year, with 2 or 0 separator chars (1.1.91 or 1191), maybe zero-padded (01-01-91 vs 1-1-91), a month between 1 and 12, a day between 1 and 31.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scoring(Match match) → dynamic
TODO make this abstract when all matchers are implemented
inherited
toString() String
A string representation of this object.
inherited

Operators

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