wrapValueInOk method

Sync<Ok<T>> wrapValueInOk()

Implementation

@pragma('vm:prefer-inline')
Sync<Ok<T>> wrapValueInOk() => map(Ok.new);