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