routes property
Map<HttpMethod, Map<String, Handler> >
get
routes
Public view of registered static routes (for debugging).
Implementation
Map<HttpMethod, Map<String, Handler>> get routes => _routes;
Public view of registered static routes (for debugging).
Map<HttpMethod, Map<String, Handler>> get routes => _routes;