lessThan method

Expr lessThan(
  1. Expr rhs
)

Implementation

Expr lessThan(Expr rhs) {
  return ExprLessThan(left: this, right: rhs);
}