EMTextMessageBody constructor Null safety

EMTextMessageBody(
  1. {required String content}
)

Creates a text message.

Param content The text content.

Implementation

EMTextMessageBody({required this.content}) : super(type: MessageType.TXT);