messages property

List<ChatMessage> get messages

List of all chat messages. If paginationConfig.reverseOrder is true, newest messages are first (index 0). If paginationConfig.reverseOrder is false, oldest messages are first (index 0).

Implementation

List<ChatMessage> get messages => _messages;