CloseMatchesOnStringIterable extension

on

Methods

closeMatches(String target, {int count = 3, double cutoff = 0.6}) Iterable<String>
Returns a list of the best "good enough" matches of a list of strings.