factory PTTranslation.fromJson(final Map<String, dynamic> json) { return PTTranslation(json['text'], json['language']); }