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