LocalProxyConfiguration class
Detailed information of local proxy configurations.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localProxyIp ↔ String
-
Local proxy IP.
getter/setter pair
- localProxyPassword ↔ String
-
The password of the local proxy.
getter/setter pair
- localProxyPort ↔ int
-
Local proxy port.
getter/setter pair
- localProxyType ↔ LocalProxyType
-
Types of local proxies.
getter/setter pair
- localProxyUsername ↔ String
-
The username of the local proxy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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