factory Term.fromJson(Map<String, dynamic> json) { return Term(offset: json["offset"], value: json["value"]); }