tail property

UndoHeader<E>? get tail

The current tail of the tree.

Implementation

UndoHeader<E>? get tail => _tail;