Filter<T> typedef

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

Implementation

typedef Filter<T> = bool Function(T value, String query);