async property

  1. @override
CollectiveListAsync<E> get async
override

Creates a Async CollectiveList for async modifiable operations

Implementation

@override
CollectiveListAsync<E> get async => this;