And constructor

const And(
  1. Expression left,
  2. Expression right
)

Implementation

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