greaterThan method

Condition<EntityT> greaterThan(
  1. int p
)

Implementation

Condition<EntityT> greaterThan(int p) => _op(p, _ConditionOp.gt);