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