wrapInSync method

Sync<M> wrapInSync()

Implementation

@pragma('vm:prefer-inline')
Sync<M> wrapInSync() => Sync.okValue(this);