clear method Null safety

void clear ()
inherited

This operation is not supported by an unmodifiable set.

Implementation

void clear() => _throwUnmodifiable();