routes property

List<BrowserRoute> routes
final

A list of all BrowserRoutes available in the application. This list acts as the "route map" for the app.

Implementation

final List<BrowserRoute> routes;