InputPassportElementErrorSourceReverseSide.fromJson constructor

InputPassportElementErrorSourceReverseSide.fromJson(
  1. Map<String, dynamic> json
)

Parse from a json

Implementation

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