IterableFilter<T> typedef
Null safety
Signature for callbacks that filter an iterable.
Implementation
typedef IterableFilter<T> = Iterable<T> Function(Iterable<T> input);
Signature for callbacks that filter an iterable.
typedef IterableFilter<T> = Iterable<T> Function(Iterable<T> input);