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