unmodifiable property
Returns this unmodifiable instance (no-op).
Since the set is already unmodifiable, returns itself.
Implementation
@override
CollectiveSet<E> get unmodifiable => this;
Returns this unmodifiable instance (no-op).
Since the set is already unmodifiable, returns itself.
@override
CollectiveSet<E> get unmodifiable => this;