matchedSuggestions property

List<String> get matchedSuggestions

Gets matched suggestions.

Implementation

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