wrapValueInOk method

Outcome<Ok<T>> wrapValueInOk()

Implementation

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