routes property

List<Route> get routes

The current route stack (read-only).

Implementation

List<Route<dynamic>> get routes => List.unmodifiable(_routes);