printTree method

void printTree()

Prints the route tree so you can analyze it.

Implementation

void printTree() {
  _routeTree.printTree();
}