PassportModel constructor
const
PassportModel({})
Implementation
const PassportModel({
this.documentType,
this.issuingCountry,
this.surname,
this.givenNames,
this.passportNumber,
this.nationality,
this.birthDate,
this.gender,
this.expiryDate,
this.personalNumber,
this.compositeCheckDigit,
this.mrz1,
this.mrz2,
});