Adds the given node as a child of this node with the given name.
Source
void addChild(String name, Node node) {
super.addChild(name, node);
updateList(name);
}
Adds the given node as a child of this node with the given name.
void addChild(String name, Node node) {
super.addChild(name, node);
updateList(name);
}