history property

Iterable<SignalChange<T>> get history

List of changes in the history

Implementation

Iterable<SignalChange<T>> get history => _undo;