TextMessageNode constructor
Implementation
TextMessageNode({
required this.content,
List<String>? atUserList,
bool atAll: false,
}) : this._atUserList = atUserList,
this._atAll = atAll,
super(MessageElemTypeEnum.Text);
TextMessageNode({
required this.content,
List<String>? atUserList,
bool atAll: false,
}) : this._atUserList = atUserList,
this._atAll = atAll,
super(MessageElemTypeEnum.Text);