ProxyFixResult class
Result of attempting to fix proxy issues
Constructors
Properties
- fixSuccessful ↔ bool
-
Whether the fix was successful
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- proxyCount ↔ int
-
Number of proxies fetched
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
steps
↔ List<
String> -
Steps taken during the fix attempt
getter/setter pair
- usesUnvalidatedProxies ↔ bool
-
Whether unvalidated proxies are being used
getter/setter pair
- validatedProxyCount ↔ int
-
Number of validated proxies
getter/setter pair
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