length property

int get length

Total number of history items.

Implementation

int get length => undoItems.length + redoItems.length;