Variable UndoBuffer._redoList

class UndoBuffer
{
  // ...
  Collection!(dcanvas.core.editable.EditOperation,false) _redoList;
  // ...
}