retainWhere method

void retainWhere (bool test(E element))
inherited

This operation is not supported by an unmodifiable set.

Implementation

void retainWhere(bool test(E element)) => _throwUnmodifiable();