TreeInputItem({ required this.id, required this.parentId, required this.data, }) : assert(id != parentId, "id and parentId Should Not be Equal");