wrapValueInAsync method

Some<Async<T>> wrapValueInAsync()

Implementation

@pragma('vm:prefer-inline')
Some<Async<T>> wrapValueInAsync() => map(Async.okValue);