IOSProxySettings class

Constructors

IOSProxySettings({bool allowFailover = false, List<String> excludedDomains = const [], List<String> matchDomains = const [], String proxyUrl = ''})

Properties

allowFailover bool
A Boolean that indicates whether or not a proxy configuration allows failover to non-proxied connections. Failover isn’t allowed by default.
getter/setter pair
excludedDomains List<String>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
matchDomains List<String>
getter/setter pair
proxyUrl String
Proxy is a string in the format [scheme://]host[:port]. Scheme is optional, if present must be HTTP, HTTPS or SOCKS and defaults to HTTP.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copy() IOSProxySettings
Returns a copy of IOSProxySettings.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts instance to a map.
toMap() Map<String, dynamic>
Converts instance to a map.
toString() String
A string representation of this object.
override

Operators

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

Static Methods

fromMap(Map<String, dynamic>? map) IOSProxySettings?
Gets a possible IOSProxySettings instance from a Map value.