retainWhere method
- bool test(- E
 
override
    Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
@override
void retainWhere(bool Function(E) test) => _throw();Throws an UnsupportedError; operations that change the set are disallowed.
@override
void retainWhere(bool Function(E) test) => _throw();