where method

*<Null safety>*
  • @override

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

Implementation

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