MatchScore class

Holds match with its score

Constructors

MatchScore({required double score, required bool isMatch, List<MatchIndex> matchedIndices = const []})
Instantiates a match with score and matched locations

Properties

hashCode int
The hash code for this object.
no setterinherited
isMatch bool
If it's really a match
final
matchedIndices List<MatchIndex>
A list of indexes (matched locations)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score double
The score
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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