parent property

NorsePath<Object?, Object?>? parent
getter/setter pair

A link to the parent NorsePath path. A parent-child link is when a path (the child) is contained inside the children field of another path (the parent).

The field is populated in the parent's constructor and is used to accelerate the relative-rooting based navigation.

Implementation

late NorsePath? parent;