LessThan constructor

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

Implementation

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