ChatTextMessageBody constructor Null safety
Creates a text message.
Param content The text content.
Implementation
ChatTextMessageBody({
required this.content,
this.targetLanguages,
}) : super(type: MessageType.TXT);
Creates a text message.
Param content The text content.
ChatTextMessageBody({
required this.content,
this.targetLanguages,
}) : super(type: MessageType.TXT);