BinaryOp constructor

BinaryOp(
  1. BinaryOpKind kind,
  2. Expr arg0,
  3. Expr arg1
)

Implementation

BinaryOp(this.kind, this.arg0, this.arg1);