Results constructor

Results(
  1. String requestReference,
  2. String passportNumber,
  3. String placeOfIssuance,
  4. String dateOfIssuance,
  5. String passportExpirationDate,
  6. String verificationStatus,
  7. String serviceType,
  8. PersonalInfo personalInfo,
)

Implementation

Results(
    this.requestReference,
    this.passportNumber,
    this.placeOfIssuance,
    this.dateOfIssuance,
    this.passportExpirationDate,
    this.verificationStatus,
    this.serviceType,
    this.personalInfo);