wrapValueInOk method

Some<Ok<T>> wrapValueInOk()

Implementation

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