rproxy top-level property

RProxyServer rproxy

Implementation

RProxyServer get rproxy =>
    _rp ??
    illegalState(
        "Proxy server instance not loaded.  Set it first using RProxyServer.initialize");