redos property

Iterable<SignalChange<T>> get redos

List of changes in the redo stack

Implementation

Iterable<SignalChange<T>> get redos => _redo;