factory Translation.fromJson(Map<String, dynamic> json) => Translation( text: json['text'], to: json['to'], );