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.
_routeFactories
Map<String, Route> get routes => _routes;