ProxyChecker(List<String> urlsToCheck, int timeout, Map pokemon)

Source

ProxyChecker(this.urlsToCheck, int timeout, this.pokemon) {
  this.timeout = timeout ?? 5000;
}