url property

String get url

Returns the proxy URL in the format 'http(s)://ip:port'

Implementation

String get url => '${isHttps ? 'https' : 'http'}://$ip:$port';