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