GetProxies class

Use case for getting proxies

Constructors

GetProxies.new(ProxyRepository repository)
Creates a new GetProxies 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({ProxyFilterOptions options = const ProxyFilterOptions()}) Future<List<Proxy>>
Executes the use case to get proxies with advanced filtering options
callLegacy({int count = 20, bool onlyHttps = false, List<String>? countries}) Future<List<Proxy>>
Executes the use case to get proxies with legacy parameters
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