appRoutes property
final
Map of app screen-related root routes to the actual app route for that page.
This allows for the state of all pages in the main app screen to be stored in the app route state.
Implementation
final Map<AppRootRoute, AppRoute> appRoutes;