async property
Creates an async version of this unmodifiable set.
Implementation
@override
CollectiveSetAsync<E> get async => UnmodifiableCollectiveSetAsync<E>(this);
Creates an async version of this unmodifiable set.
@override
CollectiveSetAsync<E> get async => UnmodifiableCollectiveSetAsync<E>(this);