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