getRoutes method
Get list of all the routes
Implementation
UnmodifiableMapView<String, Map<String, Route>> getRoutes() {
return UnmodifiableMapView(_routes);
}
Get list of all the routes
UnmodifiableMapView<String, Map<String, Route>> getRoutes() {
return UnmodifiableMapView(_routes);
}