conversationMap property

Map<String, Conversation> conversationMap
final

The map of the Conversations which belong to the Client in memory, the key is Conversation.id.

Implementation

final Map<String, Conversation> conversationMap = <String, Conversation>{};