menu
kalil_utils package
documentation
undotree.dart
UndoTree<E>
entry property
entry property
dark_mode
light_mode
entry
property
E?
get
entry
The current
E
value of the tree.
Implementation
E? get entry => current?.entry;
kalil_utils package
documentation
undotree
UndoTree<E>
entry property
UndoTree class