childrenOfSegmentNamed method
re
Implementation
List<RouteMatch> childrenOfSegmentNamed(String routeName) {
return _findSegment(segments, (match) => match.name == routeName)?.children ?? const [];
}
re
List<RouteMatch> childrenOfSegmentNamed(String routeName) {
return _findSegment(segments, (match) => match.name == routeName)?.children ?? const [];
}