ItemFilter<T> typedef

ItemFilter<T> = bool Function(T item, String query)

Signature for defining custom filtering logic for search.

Implementation

typedef ItemFilter<T> = bool Function(T item, String query);