history property

List<String> history
final

The main router's past stacks (oldest first), each as a "A → B" label, for DevTools time-travel. Empty in release.

Implementation

final List<String> history;