OperatorExpression constructor

const OperatorExpression(
  1. AccesserableCollection first,
  2. SpaceCollection second,
  3. ValidOperator third,
  4. SpaceCollection fourth,
  5. AccesserableCollection fifth,
)

Implementation

const OperatorExpression(this.first, this.second, this.third, this.fourth, this.fifth);