BinaryOperationExpression constructor
BinaryOperationExpression(
- BinaryOperator operator,
- Expression left,
- Expression right
Implementation
BinaryOperationExpression(this.operator, this.left, this.right)
: allowsSlash = false;