KeyCharSearches<T> typedef

KeyCharSearches<T> = Map<string, bool Function(string search, T item)>

Implementation

typedef KeyCharSearches<T> = Map<string, bool Function(string search, T item)>;