printTree method

void printTree()

Implementation

void printTree() {
  _printSubTree();
}