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