Returns a list of all messages in the conversation It is a list of ChatEvents, which can either be requests or responses
List<ChatEvent> get messages => _chatItems;