conversationHistory property

List<ChatMessage> get conversationHistory

Implementation

List<ChatMessage> get conversationHistory =>
    List.unmodifiable(_conversationHistory);