@override QueryCond? condition() { if (value == null) return null; return FieldCond(op: currentOperator, field: field, values: [value]); }