unmodifiable property
Gets an unmodifiable view of this set.
Implementation
@override
CollectiveSet<E> get unmodifiable => UnmodifiableCollectiveSetAsync<E>(_collective);
Gets an unmodifiable view of this set.
@override
CollectiveSet<E> get unmodifiable => UnmodifiableCollectiveSetAsync<E>(_collective);