routes property

Map<String, Route> routes

The map of all routes known to the Router, each route will have a unique name. This map is initialized in the constructor; in addition, any routes produced by the _routeFactories will also be cached here.

Implementation

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