greaterThan method

Condition greaterThan (
  1. int p
)

Implementation

Condition greaterThan(int p) {
  return _op(p, ConditionOp.gt);
}