whereNotContainedIn method
values
does not contain value corresponding to key
, or the field corresponding to key
does not exist.
Implementation
ConversationQuery whereNotContainedIn(
String key,
List values,
) {
condition.whereNotContainedIn(key, values);
return this;
}