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