ProxyConnectionInfo constructor
ProxyConnectionInfo({})
Implementation
ProxyConnectionInfo({
this.networkUri,
this.newDestinationIp,
this.newDestinationPort,
this.newSourceIp,
this.newSourcePort,
this.oldDestinationIp,
this.oldDestinationPort,
this.oldSourceIp,
this.oldSourcePort,
this.protocol,
this.subnetUri,
});