StaticProxy class
- Inheritance
-
- Object
- ProxySettings
- CustomProxy
- StaticProxy
Constructors
- StaticProxy.new({required String url, required ProxyCondition condition})
-
const
- StaticProxy.all(String url)
-
const
- StaticProxy.http(String url)
-
const
- StaticProxy.https(String url)
-
const
Properties
- condition → ProxyCondition
-
Which requests to proxy.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- url → String
-
The URL of the proxy server.
final
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