redos property

List<Change> redos

List of changes in the redo stack

Implementation

List<Change> get redos => _redos.first;