SequenceMatcher class

Inheritance

Constructors

SequenceMatcher()

Properties

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

Methods

feedback(Match match, bool isSoleMatch) Feedback
TODO make this abstract when all matchers are implemented
override
getSequence(String token) → (String, int)
match(String password) List<Match>
Identifies sequences by looking for repeated differences in unicode codepoint. this allows skipping, such as 9753, and also matches some extended unicode sequences such as Greek and Cyrillic alphabets.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
scoring(Match match) int
TODO make this abstract when all matchers are implemented
override
toString() String
A string representation of this object.
inherited
update({required int i, required int j, required int? delta, required String password, required List<SequenceMatch> result}) → void

Operators

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