ProxyInfo constructor

ProxyInfo({
  1. List<String>? excludedHosts,
  2. String? host,
  3. String? pacUri,
  4. int? port,
})

Implementation

ProxyInfo({
  this.excludedHosts,
  this.host,
  this.pacUri,
  this.port,
});