RandomRotationStrategy constructor

RandomRotationStrategy({
  1. required List<Proxy> proxies,
})

Creates a new RandomRotationStrategy with the given proxies

Implementation

RandomRotationStrategy({required List<Proxy> proxies})
  : _proxies = List.from(proxies);