ChatHistoryItem constructor
Returns a new ChatHistoryItem instance.
Implementation
ChatHistoryItem({
required this.type,
required this.content,
required this.timestamp,
});
Returns a new ChatHistoryItem instance.
ChatHistoryItem({
required this.type,
required this.content,
required this.timestamp,
});