whereEndsWith method
The string corresponding to key
has a suffix
.
Implementation
ConversationQuery whereEndsWith(
String key,
String suffix,
) {
condition.whereEndsWith(key, suffix);
return this;
}
The string corresponding to key
has a suffix
.
ConversationQuery whereEndsWith(
String key,
String suffix,
) {
condition.whereEndsWith(key, suffix);
return this;
}