In constructor

const In(
  1. Operand left,
  2. ListInput right
)

Implementation

const In(this.left, this.right);