async property

  1. @override
CollectiveListAsync<E> get async
override

Creates an async variant for modifiable operations

Implementation

@override
CollectiveListAsync<E> get async => UnmodifiableCollectiveListAsync<E>(this);