factory TTMsgGet.fromJson(Map<String, dynamic> parsedJson) { return TTMsgGet( key: parsedJson['#'].toString(), ); }