LayoutInsuranceCard constructor
LayoutInsuranceCard({
- UniversalIdField? authority,
- UniversalIdField? dateOfBirth,
- UniversalIdField? dateOfExpiry,
- UniversalIdField? documentNumber,
- UniversalIdField? firstName,
- UniversalIdField? lastName,
- UniversalIdField? nationality,
- UniversalIdField? personalNumber,
Implementation
LayoutInsuranceCard({
this.authority,
this.dateOfBirth,
this.dateOfExpiry,
this.documentNumber,
this.firstName,
this.lastName,
this.nationality,
this.personalNumber,
});