Finds objects with property value between and including the first and second value.
Condition<EntityT> between(int p1, int p2, {String? alias}) => _op(_ConditionOp.between, p1, p2, alias);