LayoutInsuranceCard constructor

LayoutInsuranceCard({
  1. UniversalIdField? authority,
  2. UniversalIdField? dateOfBirth,
  3. UniversalIdField? dateOfExpiry,
  4. UniversalIdField? documentNumber,
  5. UniversalIdField? firstName,
  6. UniversalIdField? lastName,
  7. UniversalIdField? nationality,
  8. UniversalIdField? personalNumber,
})

Implementation

LayoutInsuranceCard({
    this.authority,
    this.dateOfBirth,
    this.dateOfExpiry,
    this.documentNumber,
    this.firstName,
    this.lastName,
    this.nationality,
    this.personalNumber,
});