routes property

Map<String, RestRouteHandlerSpec> get routes
inherited

The routes property contains the routes of the controller.

Implementation

Map<String, RestRouteHandlerSpec> get routes => UnmodifiableMapView(_routes);