history property

List<RouteInfo> get history

Gets the navigation history.

Implementation

List<RouteInfo> get history => List.unmodifiable(_history);