whereDoesNotExist method
The field corresponding to key
does not exist.
Implementation
ConversationQuery whereDoesNotExist(
String key,
) {
condition.whereDoesNotExist(key);
return this;
}
The field corresponding to key
does not exist.
ConversationQuery whereDoesNotExist(
String key,
) {
condition.whereDoesNotExist(key);
return this;
}