undoStackSize property

int get undoStackSize

Number of operations in the undo stack

Implementation

int get undoStackSize => _undoStack.length;