async property

  1. @override
CollectiveValueAsync<V> async
latefinal

Creates an async variant for modifiable operations

Implementation

@override
late final CollectiveValueAsync<V> async = UnmodifiableCollectiveValueAsync<V>(this);