proxyUri property

Uri proxyUri

Uri for proxy server.

Implementation

Uri get proxyUri => new Uri(scheme: 'http', host: hostName, port: proxyPort);