retainWhere method

*<Null safety>*
  • @override

void retainWhere (bool test(T)) override

Implementation

@override
void retainWhere(bool Function(T) test) {
  _throw();
}