PassportElementErrorSourceTranslationFile.fromJson constructor
Parse from a json
Implementation
factory PassportElementErrorSourceTranslationFile.fromJson(Map<String, dynamic> json) => PassportElementErrorSourceTranslationFile(
fileIndex: json['file_index'],
);