Variable UndoBuffer._undoList

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