NetworkNode constructor
const
NetworkNode({})
Implementation
const NetworkNode({
required this.id,
required this.ip,
required this.status,
required this.type,
this.hostname,
this.mac,
this.latencyMs,
this.openPorts = const [],
this.lastSeen,
this.vendor,
this.label,
});