remove method

bool remove (Object value)
inherited

This operation is not supported by an unmodifiable set.

Implementation

bool remove(Object? value) => _throwUnmodifiable();