LayoutDrivingLicense constructor

LayoutDrivingLicense({
  1. UniversalIdField? additionalInformation,
  2. UniversalIdField? additionalInformation1,
  3. UniversalIdField? address,
  4. UniversalIdField? audit,
  5. UniversalIdField? authority,
  6. UniversalIdField? cardNumber,
  7. UniversalIdField? categories,
  8. UniversalIdField? conditions,
  9. UniversalIdField? dateOfBirth,
  10. UniversalIdField? dateOfExpiry,
  11. UniversalIdField? dateOfIssue,
  12. UniversalIdField? documentDiscriminator,
  13. UniversalIdField? documentNumber,
  14. UniversalIdField? duplicate,
  15. UniversalIdField? duration,
  16. UniversalIdField? endorsements,
  17. UniversalIdField? eyes,
  18. UniversalIdField? firstIssued,
  19. UniversalIdField? firstName,
  20. UniversalIdField? fullName,
  21. UniversalIdField? givenNames,
  22. UniversalIdField? hair,
  23. UniversalIdField? height,
  24. UniversalIdField? lastName,
  25. UniversalIdField? licenceNumber,
  26. UniversalIdField? licenseClass,
  27. UniversalIdField? licenseNumber,
  28. UniversalIdField? name,
  29. UniversalIdField? office,
  30. UniversalIdField? parish,
  31. UniversalIdField? personalNumber,
  32. UniversalIdField? placeOfBirth,
  33. UniversalIdField? previousType,
  34. UniversalIdField? restrictions,
  35. UniversalIdField? revoked,
  36. UniversalIdField? sex,
  37. UniversalIdField? surname,
  38. UniversalIdField? type,
  39. UniversalIdField? version,
  40. UniversalIdField? verticalNumber,
  41. UniversalIdField? weight,
})

Implementation

LayoutDrivingLicense({
  this.additionalInformation,
  this.additionalInformation1,
  this.address,
  this.audit,
  this.authority,
  this.cardNumber,
  this.categories,
  this.conditions,
  this.dateOfBirth,
  this.dateOfExpiry,
  this.dateOfIssue,
  this.documentDiscriminator,
  this.documentNumber,
  this.duplicate,
  this.duration,
  this.endorsements,
  this.eyes,
  this.firstIssued,
  this.firstName,
  this.fullName,
  this.givenNames,
  this.hair,
  this.height,
  this.lastName,
  this.licenceNumber,
  this.licenseClass,
  this.licenseNumber,
  this.name,
  this.office,
  this.parish,
  this.personalNumber,
  this.placeOfBirth,
  this.previousType,
  this.restrictions,
  this.revoked,
  this.sex,
  this.surname,
  this.type,
  this.version,
  this.verticalNumber,
  this.weight,
});