Binary constructor

Binary(
  1. String operator,
  2. AST left,
  3. AST right
)

Implementation

Binary(this.operator, this.left, this.right);