ProxyConfig class

Constructors

ProxyConfig({ProxyRules? rules, PacScript? pacScript, required Mode mode})
ProxyConfig.fromJS(ProxyConfig _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
mode Mode
'direct' = Never use a proxy 'auto_detect' = Auto detect proxy settings 'pac_script' = Use specified PAC script 'fixed_servers' = Manually specify proxy servers 'system' = Use system proxy settings
getter/setter pair
pacScript PacScript?
The proxy auto-config (PAC) script for this configuration. Use this for 'pac_script' mode.
getter/setter pair
rules ProxyRules?
The proxy rules describing this configuration. Use this for 'fixed_servers' mode.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → ProxyConfig
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited