OperatorExpression constructor

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

Implementation

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