RouteTreeNode constructor

RouteTreeNode(
  1. String part,
  2. RouteTreeNodeType? type
)

Implementation

RouteTreeNode(this.part, this.type);