selectedContacts property

RxList<RxChatContact> selectedContacts
final

Reactive list of the selected ChatContacts.

Implementation

final RxList<RxChatContact> selectedContacts = RxList<RxChatContact>([]);