wrapInOk method

Ok<M> wrapInOk()

Implementation

@pragma('vm:prefer-inline')
Ok<M> wrapInOk() => Ok(this);