greaterThan method

Expr greaterThan(
  1. Expr rhs
)

Implementation

Expr greaterThan(Expr rhs) {
  return ExprGreaterThan(left: this, right: rhs);
}