head property

UndoHeader<E>? get head

The current head of the tree.

Implementation

UndoHeader<E>? get head => _head;