ConversationContentData constructor

ConversationContentData({
  1. String? type,
  2. String? text,
  3. ConversationImageUrl? imageUrl,
})

Implementation

ConversationContentData({this.type, this.text, this.imageUrl});