conversationList property

List<String>? conversationList
final

The list of UUIDs of the conversations that the user currently belongs to.

Note that if the method is called not for the current user, the result will be null.

Implementation

final List<String>? conversationList;