isPartOfNodeMerging property
Whether this node is taking part in a merge of semantic information.
This returns true if the node is either merged into an ancestor node or if decedent nodes are merged into this node.
See also:
Implementation
bool get isPartOfNodeMerging => mergeAllDescendantsIntoThisNode || isMergedIntoParent;