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