ArithExpr constructor

ArithExpr(
  1. Expr left,
  2. String op,
  3. Expr right
)

Implementation

ArithExpr(this.left, this.op, this.right);