retainWhere method

*<Null safety>*
  • @override

void retainWhere (bool test(E)) override

Implementation

@override
void retainWhere(bool Function(E) test) {
  _base.retainWhere(test);
}