isMergedIntoParent property

bool isMergedIntoParent

Whether this node merges its semantic information into an ancestor node.

This value indicates whether this node has any ancestors with mergeAllDescendantsIntoThisNode set to true.

Implementation

bool get isMergedIntoParent => parent != null && _isMergedIntoParent;