StringSuggestionFilter<T> typedef

StringSuggestionFilter<T> = bool Function(T suggestion, String filterQuery)

Implementation

typedef StringSuggestionFilter<T> = bool Function(
    T suggestion, String filterQuery);