OperationExpression constructor

OperationExpression(
  1. Expression left,
  2. Expression right,
  3. OperationType type
)

Implementation

OperationExpression(this.left, this.right, this.type);