selectedChats property

RxList<RxChat> selectedChats
final

Reactive list of the selected Chats.

Implementation

final RxList<RxChat> selectedChats = RxList<RxChat>([]);