Results constructor

Results(
  1. String requestReference,
  2. String ninNumber,
  3. dynamic documentNo,
  4. String verificationStatus,
  5. String serviceType,
  6. PersonalInfo personalInfo,
  7. NextOfKin nextOfKin,
  8. ResidentialInfo residentialInfo,
  9. IndigeneInfo indigeneInfo,
  10. EducationProfession educationProfession,
)

Implementation

Results(
    this.requestReference,
    this.ninNumber,
    this.documentNo,
    this.verificationStatus,
    this.serviceType,
    this.personalInfo,
    this.nextOfKin,
    this.residentialInfo,
    this.indigeneInfo,
    this.educationProfession);