history property

List<Route> get history

An unmodifiable view of the route history.

Implementation

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