Filter<T> typedef

Filter<T> = bool Function(T suggestion, String query)

Implementation

typedef bool Filter<T>(T suggestion, String query);