Map<String, dynamic> toJson() { return { "term_id": termId, "pk": pk, "title": title, "agree": agree, "term_type": termType, }; }