exists function
Matches if the field's existence matches the given value.
Implementation
FilterExpr exists(String field, {bool value = true}) {
return FilterExists(field, value);
}
Matches if the field's existence matches the given value.
FilterExpr exists(String field, {bool value = true}) {
return FilterExists(field, value);
}