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