const FuzzySearchUtils(int index, String text, double score) : _index = index, _text = text, _score = score;