Node constructor
const
Node({})
Implementation
const Node({
required this.nodeId,
required this.role,
this.groupId,
required this.lastSeen,
required this.hopCount,
this.displayName,
this.batteryLevel,
required this.hasInternetAccess,
this.metadata,
});