ConversationItemData constructor

ConversationItemData({
  1. String? id,
  2. String? type,
  3. String? role,
  4. List<ConversationContentData>? content,
})

Implementation

ConversationItemData({this.id, this.type, this.role, this.content});