NetworkConnection constructor
NetworkConnection({})
Implementation
NetworkConnection({
this.localIpAddress,
this.localPort,
this.pid,
this.processName,
this.protocol,
this.remoteIpAddress,
this.remotePort,
this.state,
});