threads property

Map<String, List<Message>> threads

The channel threads related to this channel.

Implementation

Map<String, List<Message>> get threads =>
    _threadsController.value.map(MapEntry.new);