messages property

RxObsList<Rx<ChatItem>> get messages

Returns observable list of ChatItems of the chat.

Implementation

RxObsList<Rx<ChatItem>> get messages => _chat.messages;