messages property
Readonly list of fetched messages. It will be empty before first fetch.
Implementation
List<BaseMessage> get messages => _messages;
Readonly list of fetched messages. It will be empty before first fetch.
List<BaseMessage> get messages => _messages;