fromUnreadJson static method
Implementation
static ThreadZhipuAI fromUnreadJson(dynamic json) {
return ThreadZhipuAI(tid: json['tid'], topic: json['topic']);
}
static ThreadZhipuAI fromUnreadJson(dynamic json) {
return ThreadZhipuAI(tid: json['tid'], topic: json['topic']);
}