findNodeByKey method
findNodeByKey returns the subtype ValueCompositionNumberNode for ValueCompositionNumberNode and its concrete subclasses.
Implementation
@override
DartBlockValueTreeAlgebraicNode? findNodeByKey(String key) {
return key == nodeKey ? this : null;
}