chats property

  1. @override
RxObsMap<ChatId, RxChatImpl> chats
final

Returns reactive map of all RxChats stored.

Implementation

@override
final RxObsMap<ChatId, RxChatImpl> chats = RxObsMap<ChatId, RxChatImpl>();