LessThan constructor

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

Implementation

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