@override Object toJson() => { 'key': ?key, 'operator': ?operator, if (values.isNotDefault) 'values': values, };