routeHistory property

List<String> get routeHistory

A running log of push/pop/replace events, newest-appended, capped at 1000 entries.

Implementation

static List<String> get routeHistory => List.unmodifiable(_routeHistory);