Finds a child node by name.
RouteNode? findChild(String name) { return children.firstWhereOrNull((node) => node.path == name); }