deleteRightLeaf method
Implementation
@override
DartBlockValueTreeBooleanNode? deleteRightLeaf() {
return parent?.replaceChild(this, null);
}
@override
DartBlockValueTreeBooleanNode? deleteRightLeaf() {
return parent?.replaceChild(this, null);
}