parent property

TreeElement<T>? parent
getter/setter pair

The parent of this element, if known

Implementation

TreeElement<T>? parent;