current property

UndoHeader<E>? get current

The current entry on the tree.

Implementation

UndoHeader<E>? get current => __current;