OperatorExpression constructor
const
OperatorExpression(
- ValidIdentifier first,
- ListOfWhiteSpace second,
- ValidOperator third,
- ListOfWhiteSpace fourth,
- ValidIdentifier fifth,
Implementation
const OperatorExpression(this.first, this.second, this.third, this.fourth, this.fifth);