unmodifiable property

  1. @override
CollectiveList<E> get unmodifiable
override

Gets an unmodifiable view of this list.

Implementation

@override
CollectiveList<E> get unmodifiable => UnmodifiableCollectiveListAsync<E>(_collective);