Like constructor

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

Implementation

const Like(super.left, super.right);