NetworkNode class

Constructors

NetworkNode({required String id, required String ip, required NetworkNodeStatus status, required NetworkNodeType type, String? hostname, String? mac, int? latencyMs, List<int> openPorts = const [], DateTime? lastSeen, String? vendor, String? label})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hostname String?
final
id String
final
ip String
final
label String?
final
lastSeen DateTime?
final
latencyMs int?
final
mac String?
final
openPorts List<int>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NetworkNodeStatus
final
type NetworkNodeType
final
vendor String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited