ValidateProxy class

Use case for validating a proxy

Constructors

ValidateProxy.new(ProxyRepository repository)
Creates a new ValidateProxy use case with the given repository
const

Properties

hashCode int
The hash code for this object.
no setterinherited
repository ProxyRepository
Repository for proxy management
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call(Proxy proxy, {String? testUrl, int timeout = 10000}) Future<bool>
Executes the use case to validate a proxy
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