LayoutIdFront constructor

LayoutIdFront({
  1. UniversalIdField? additionalInformation,
  2. UniversalIdField? additionalInformation1,
  3. UniversalIdField? address,
  4. UniversalIdField? age,
  5. UniversalIdField? authority,
  6. UniversalIdField? cardAccessNumber,
  7. UniversalIdField? citizenship,
  8. UniversalIdField? cityNumber,
  9. UniversalIdField? dateOfBirth,
  10. UniversalIdField? dateOfExpiry,
  11. UniversalIdField? dateOfIssue,
  12. UniversalIdField? dateOfRegistration,
  13. UniversalIdField? divisionNumber,
  14. UniversalIdField? documentNumber,
  15. UniversalIdField? familyName,
  16. UniversalIdField? fathersName,
  17. UniversalIdField? firstName,
  18. UniversalIdField? folio,
  19. UniversalIdField? fullName,
  20. UniversalIdField? givenNames,
  21. UniversalIdField? height,
  22. UniversalIdField? lastName,
  23. UniversalIdField? licenseClass,
  24. UniversalIdField? licenseType,
  25. UniversalIdField? municipalityNumber,
  26. UniversalIdField? nationalId,
  27. UniversalIdField? nationality,
  28. UniversalIdField? parentsGivenName,
  29. UniversalIdField? personalNumber,
  30. UniversalIdField? placeAndDateOfBirth,
  31. UniversalIdField? placeOfBirth,
  32. UniversalIdField? sex,
  33. UniversalIdField? stateNumber,
  34. UniversalIdField? supportNumber,
  35. UniversalIdField? surname,
  36. UniversalIdField? voterId,
})

Implementation

LayoutIdFront({
    this.additionalInformation,
    this.additionalInformation1,
    this.address,
    this.age,
    this.authority,
    this.cardAccessNumber,
    this.citizenship,
    this.cityNumber,
    this.dateOfBirth,
    this.dateOfExpiry,
    this.dateOfIssue,
    this.dateOfRegistration,
    this.divisionNumber,
    this.documentNumber,
    this.familyName,
    this.fathersName,
    this.firstName,
    this.folio,
    this.fullName,
    this.givenNames,
    this.height,
    this.lastName,
    this.licenseClass,
    this.licenseType,
    this.municipalityNumber,
    this.nationalId,
    this.nationality,
    this.parentsGivenName,
    this.personalNumber,
    this.placeAndDateOfBirth,
    this.placeOfBirth,
    this.sex,
    this.stateNumber,
    this.supportNumber,
    this.surname,
    this.voterId,
});