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