redoChanges property

List<LevitReactiveChange> get redoChanges

The stack of reverted changes (Redo).

Implementation

List<LevitReactiveChange> get redoChanges {
  _version.value;
  return List.unmodifiable(_redoStack);
}