retainWhere method
- bool test(
- E element
inherited
This operation is not supported by an unmodifiable set.
Implementation
void retainWhere(bool test(E element)) => _throwUnmodifiable();
This operation is not supported by an unmodifiable set.
void retainWhere(bool test(E element)) => _throwUnmodifiable();