RouteTree constructor

RouteTree()

Implementation

RouteTree() {
  this.root = RouteNode("/", level: 0, parent: null);
}