history property

List<ValueHistoryEntry<T>> history

The history of values and depths for this implicit navigator.

Implementation

List<ValueHistoryEntry<T>> get history => List.from(_stack);