RouteNode? findChild(String name) { return nodeSegments.firstWhereOrNull((node) => node.path == name); }