BestMatch class

Dice's Coefficient results

Constructors

BestMatch({required List<Rating> ratings, required Rating bestMatch, required int bestMatchIndex})

Properties

bestMatch Rating
specifies which target string was most similar to the main string
getter/setter pair
bestMatchIndex int
which specifies the index of the bestMatch in the targetStrings array
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ratings List<Rating>
similarity rating for each target string
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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