Wraps this Monad in an Async.
@override @pragma('vm:prefer-inline') Async<Some<T>> wrapAsync() => Async.unsafe(Future.value(Ok(this)));