async property
Creates an async variant for modifiable operations
Implementation
@override
CollectiveListAsync<E> get async => UnmodifiableCollectiveListAsync<E>(this);
Creates an async variant for modifiable operations
@override
CollectiveListAsync<E> get async => UnmodifiableCollectiveListAsync<E>(this);