Connection constructor
Connection({})
Returns a new Connection instance.
Implementation
Connection({
required this.name,
required this.localPort,
required this.remoteAddress,
required this.remotePort,
required this.protocols,
this.firewall,
this.ips,
this.variables = const [],
});