hasParent property

bool hasParent

Returns true if this build bit has a parent.

This normally only returns false if it is the root tree.

Implementation

bool get hasParent => true;