updateTree method

void updateTree()

Implementation

void updateTree() {
  update();
  updateChildren();
}