ProxySourceConfig constructor

const ProxySourceConfig({
  1. bool useFreeProxyList = true,
  2. bool useGeoNode = true,
  3. bool useProxyScrape = true,
  4. bool useProxyNova = true,
  5. bool useHideMyName = true,
  6. bool useProxyListTo = true,
  7. List<String> customSources = const [],
})

Creates a new ProxySourceConfig instance

Implementation

const ProxySourceConfig({
  this.useFreeProxyList = true,
  this.useGeoNode = true,
  this.useProxyScrape = true,
  this.useProxyNova = true,
  this.useHideMyName = true,
  this.useProxyListTo = true,
  this.customSources = const [],
});