const factory Node({ required String id, @Default([]) List<Node> children, String? parentId, }) = _Node;