where method

*<Null safety>*
  • @override

Iterable<V> where (bool test(V)) inherited

Implementation

@override
Iterable<E> where(bool Function(E) test) => _base.where(test);