whereSizeEqualTo method
The size of the array corresponding to key
is equal to size
.
Implementation
ConversationQuery whereSizeEqualTo(
String key,
int size,
) {
condition.whereSizeEqualTo(key, size);
return this;
}
The size of the array corresponding to key
is equal to size
.
ConversationQuery whereSizeEqualTo(
String key,
int size,
) {
condition.whereSizeEqualTo(key, size);
return this;
}