history property
BuiltList<Route>
get
history
Gets a clone of the navigation history as an immutable list.
Implementation
BuiltList<Route<dynamic>> get history =>
BuiltList<Route<dynamic>>.from(_history);