InExpression constructor

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

Implementation

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