RoundRobinRotationStrategy constructor
Creates a new RoundRobinRotationStrategy with the given proxies
Implementation
RoundRobinRotationStrategy({required List<Proxy> proxies})
: _proxies = List.from(proxies);
Creates a new RoundRobinRotationStrategy with the given proxies
RoundRobinRotationStrategy({required List<Proxy> proxies})
: _proxies = List.from(proxies);