RProxyServer constructor

RProxyServer(
  1. String baseUrl, {
  2. bool isProxied = true,
})

Implementation

RProxyServer(this.baseUrl, {this.isProxied = true});