const Node({ required this.id, required this.label, required this.type, this.data, this.children = const [], });