ProxyRule constructor
Implementation
ProxyRule({
this.allowFailover,
this.excludedDomains,
this.matchDomains,
this.password,
this.schemeFilter,
required this.url,
this.username,
});
ProxyRule({
this.allowFailover,
this.excludedDomains,
this.matchDomains,
this.password,
this.schemeFilter,
required this.url,
this.username,
});