menu
kalil_utils package
documentation
undotree.dart
UndoTree<E>
length property
length property
dark_mode
light_mode
length
property
int
get
length
The amount of
E
s contained in this tree.
Implementation
int get length => _length;
kalil_utils package
documentation
undotree
UndoTree<E>
length property
UndoTree class