async property
Creates an async variant for modifiable operations
Implementation
@override
late final CollectiveValueAsync<V> async = UnmodifiableCollectiveValueAsync<V>(this);
Creates an async variant for modifiable operations
@override
late final CollectiveValueAsync<V> async = UnmodifiableCollectiveValueAsync<V>(this);