async property

  1. @override
CollectiveSetAsync<E> get async
inherited

Creates an async version of this set for modifiable operations.

Implementation

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