Adds a list of children to this node.
void addChildren(Iterable<TreeNode> nodes) => nodes.forEach(addChild);