routeStack property

List<Route> get routeStack

Implementation

List<Route<dynamic>> get routeStack => List.unmodifiable(_routeStack);