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