Gets matched suggestions.
List<String> get matchedSuggestions => _matchedSuggestions.map((s) => s.join()).toList();