routes property

Map<HttpMethod, Map<String, Handler>> get routes

Implementation

Map<HttpMethod, Map<String, Handler>> get routes => _routes;