add method

bool add (E value)
inherited

This operation is not supported by an unmodifiable set.

Implementation

bool add(E value) => _throwUnmodifiable();