printTree method

void printTree()

打印路由树,以便于您对其进行分析。

Implementation

void printTree() => _routeTree.printTree();