parent property

INode? parent
covariantgetter/setter pairinherited

This is the parent INode. Only the root node has a null parent

Implementation

covariant INode? parent;