replaceChild abstract method

Only implemented by ArithmeticOperatorNode which features two child (left, right) properties. All other subclasses have empty implementations.

Implementation

DartBlockValueTreeAlgebraicNode? replaceChild(
  DartBlockValueTreeAlgebraicNode oldChild,
  DartBlockValueTreeAlgebraicNode? newChild,
);