wrapValueInOk method

Option<Ok<T>> wrapValueInOk()

Implementation

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