TextMessageNode.fromJson(Map<String, dynamic> json) : super(MessageElemTypeEnum.Text) { if (json['content'] != null) content = json['content']; }