whereDoesNotExist method
Add a constraint for finding objects that do not contain a given key.
Implementation
void whereDoesNotExist(String key) {
_addCondition(key, "whereDoesNotExist", false);
}
Add a constraint for finding objects that do not contain a given key.
void whereDoesNotExist(String key) {
_addCondition(key, "whereDoesNotExist", false);
}