InputPassportElementDriverLicense.fromJson constructor
Parse from a json
Implementation
factory InputPassportElementDriverLicense.fromJson(
Map<String, dynamic> json) =>
InputPassportElementDriverLicense(
driverLicense: InputIdentityDocument.fromJson(json['driver_license']),
);