SearchFilter<T> typedef

SearchFilter<T> = List<String?> Function(T t)

Implementation

typedef SearchFilter<T> = List<String?> Function(T t);