conversations property

List<Conversation> get conversations

List of all conversations.

Returns a copy of the internal conversations list.

Implementation

List<Conversation> get conversations => _conversations;