host property
String
get
host
The hostname or IP address of the proxy server. Hostnames must be in ASCII (in Punycode format). IDNA is not supported, yet.
Implementation
String get host => _wrapped.host;
set
host
(String v)
Implementation
set host(String v) {
_wrapped.host = v;
}