add method
- E value
inherited
This operation is not supported by an unmodifiable set.
Implementation
bool add(E value) => _throwUnmodifiable();
This operation is not supported by an unmodifiable set.
bool add(E value) => _throwUnmodifiable();