InputPassportElementErrorSourceTranslationFile.fromJson constructor
Parse from a json
Implementation
factory InputPassportElementErrorSourceTranslationFile.fromJson(Map<String, dynamic> json) => InputPassportElementErrorSourceTranslationFile(
fileHash: json['file_hash'],
);