@override void sortChildrenIndex (List<int> idIndexList) { children.sort((a, b) => idIndexList.indexOf(a.id).compareTo(idIndexList.indexOf(b.id))); }