ProxySetting class
A class to hold proxy settings like host and port.
- Annotations
Properties
- enabled → bool
-
A boolean indicating if proxy settings are valid and can be used.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- host → String?
-
The proxy server hostname or IP address.
final
- port → int?
-
The proxy server port number.
final
- 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