getRouteStack method

List<RouteInfo> getRouteStack()

获取路由栈

Implementation

List<RouteInfo> getRouteStack() => List.unmodifiable(_routeStack);