ProxyDiagnosticResult class
Result of a proxy diagnostic
Constructors
Properties
- currentProxies ↔ int
-
Number of proxies currently available
getter/setter pair
- currentValidatedProxies ↔ int
-
Number of validated proxies currently available
getter/setter pair
- fetchValidatedProxiesCount ↔ int?
-
Number of validated proxies fetched
getter/setter pair
- fetchValidatedProxiesError ↔ String?
-
Error message if fetching validated proxies failed
getter/setter pair
- fetchValidatedProxiesSuccess ↔ bool?
-
Whether fetching validated proxies was successful
getter/setter pair
- fetchValidatedProxiesTime ↔ int?
-
Time taken to fetch validated proxies in milliseconds
getter/setter pair
- getNextProxyError ↔ String?
-
Error message if getting the next proxy failed
getter/setter pair
- getNextProxySuccess ↔ bool?
-
Whether getting the next proxy was successful
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- overallError ↔ String?
-
Overall error message if the diagnostic failed
getter/setter pair
- proxyDetails ↔ String?
-
Details of the proxy if getting the next proxy was successful
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sourceResults
↔ Map<
String, SourceTestResult> ? -
Results of testing each proxy source
getter/setter pair
- validationResults ↔ ValidationTestResult?
-
Results of testing proxy validation
getter/setter pair
Methods
-
getSummary(
) → String - Returns a summary of the diagnostic result
-
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