factory LastUpdateTerms.fromJson(Map<String, dynamic> json) { return LastUpdateTerms( key: json['key'], timestamp: json['timestamp'], ); }