ConversationContentData constructor

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

Implementation

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