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