Like constructor

const Like(
  1. Operand left,
  2. Operand right
)

Implementation

const Like(Operand left, Operand right) : super(left, right);