whereExists method
The field corresponding to key
exists.
Implementation
ConversationQuery whereExists(
String key,
) {
condition.whereExists(key);
return this;
}
The field corresponding to key
exists.
ConversationQuery whereExists(
String key,
) {
condition.whereExists(key);
return this;
}