NeighborConnectionDetail constructor
NeighborConnectionDetail({})
Implementation
NeighborConnectionDetail({
required this.connectionsCount,
required this.destinationServerId,
required this.sourceServerId,
this.destinationPort,
this.transportProtocol,
});