WidgetTerm.fromJson(Map<String, dynamic> json) { termId = json["term_id"]; pk = json["pk"]; title = json["title"]; agree = json["agree"]; termType = json["term_type"]; }