sort property

String? sort
getter/setter pair

The order by the key of Conversation.

Important: If you set this value, it will overwrite the condition you set with order method, like ConversationQuery.orderByAscending and so on. The default value is -lm, means the timestamp of the Conversation.lastMessage from newest to oldest.

Implementation

String? sort;