MathOperator constructor

const MathOperator(
  1. MathNode left,
  2. MathNode right
)

Creates a new mathematical operator

Implementation

const MathOperator(this.left, this.right);