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