routeStack property

List<String> routeStack
final

The navigation stack at snapshot time (e.g. '/', '/products', '/cart').

Implementation

final List<String> routeStack;