buildTreeByUrlComponent method

dynamic buildTreeByUrlComponent(
  1. UrlComponent component
)

Implementation

buildTreeByUrlComponent(UrlComponent component) =>
    buildTree(NodePath(component.pathSegments, component.value));