getRouteConfig method
Retrieves the configuration for a given route.
- route: The route for which the configuration is to be retrieved.
Returns:
- The
SimApiRouteConfigassociated with the route, ornullif no configuration is found.
Implementation
SimApiRouteConfig? getRouteConfig(String route) {
return _routes[route];
}