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