orderByAscending method
The ascending order by the value corresponding to key
, support for multi-field sorting with comma.
Implementation
ConversationQuery orderByAscending(
String key,
) {
condition.orderByAscending(key);
return this;
}
The ascending order by the value corresponding to key
, support for multi-field sorting with comma.
ConversationQuery orderByAscending(
String key,
) {
condition.orderByAscending(key);
return this;
}