GetValidatedProxies class
Use case for getting validated proxies
Constructors
- GetValidatedProxies.new(ProxyRepository repository)
-
Creates a new GetValidatedProxies 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(count: 10), void onProgress(int completed, int total)?}) → Future< List< Proxy> > - Executes the use case to get validated proxies with advanced filtering options
-
callLegacy(
{int count = 10, bool onlyHttps = false, List< String> ? countries, void onProgress(int completed, int total)?}) → Future<List< Proxy> > - Executes the use case to get validated 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