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