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