selectedChatList property

RxList<ChatMessageModel> selectedChatList
getter/setter pair

Implementation

var selectedChatList = List<ChatMessageModel>.empty(growable: true).obs;