setLeftChild method
Implementation
void setLeftChild(DartBlockValueTreeAlgebraicNode? child) {
leftChild = child;
child?.parent = this;
}
void setLeftChild(DartBlockValueTreeAlgebraicNode? child) {
leftChild = child;
child?.parent = this;
}