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