conversationHistory property Null safety

List<Map<String, String>> conversationHistory

Gets the current conversation history.

Implementation

List<Map<String, String>> get conversationHistory =>
    List.unmodifiable(_conversationHistory);