ConversationItemData constructor
ConversationItemData({
- String? id,
- String? type,
- String? role,
- List<
ConversationContentData> ? content,
Implementation
ConversationItemData({this.id, this.type, this.role, this.content});