all property

List<Conversation> get all

Returns all active conversations.

Implementation

List<Conversation> get all => _conversations.values.toList();