unmodifiable property
Gets an unmodifiable view of this list.
Implementation
@override
CollectiveList<E> get unmodifiable => UnmodifiableCollectiveListAsync<E>(_collective);
Gets an unmodifiable view of this list.
@override
CollectiveList<E> get unmodifiable => UnmodifiableCollectiveListAsync<E>(_collective);