Remove all the Iterable nodes from the children
void removeAll(Iterable<IndexedNode> iterable) { for (final node in iterable) { remove(node); } }