ConversationContentData constructor
ConversationContentData({
- String? type,
- String? text,
- ConversationImageUrl? imageUrl,
Implementation
ConversationContentData({this.type, this.text, this.imageUrl});