routes property

Map<String, Map<String, Route>> get routes

Configured routes for different methods

Implementation

Map<String, Map<String, Route>> get routes => _routes;