FilterFn<T> typedef

FilterFn<T> = dynamic Function(List<T> items)

Implementation

typedef FilterFn<T> = Function(List<T> items);