history property

List<T> get history

Get the history of values.

Implementation

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