async property

  1. @override
CollectiveSetAsync<E> get async
override

Creates an async version of this unmodifiable set.

Implementation

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