conversationHistory property Null safety
Gets the current conversation history.
Implementation
List<Map<String, String>> get conversationHistory =>
List.unmodifiable(_conversationHistory);
Gets the current conversation history.
List<Map<String, String>> get conversationHistory =>
List.unmodifiable(_conversationHistory);