retainWhere method

void retainWhere(
  1. bool test(
    1. E element
    )
)
inherited

This operation is not supported by an unmodifiable set.

Implementation

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