Network constructor
Network({})
Implementation
Network({
this.destinationDomain,
this.destinationIpV4,
this.destinationIpV6,
this.destinationPort,
this.direction,
this.openPortRange,
this.protocol,
this.sourceDomain,
this.sourceIpV4,
this.sourceIpV6,
this.sourceMac,
this.sourcePort,
});