LayoutIdFront constructor
LayoutIdFront({
- UniversalIdField? additionalInformation,
- UniversalIdField? additionalInformation1,
- UniversalIdField? address,
- UniversalIdField? age,
- UniversalIdField? authority,
- UniversalIdField? cardAccessNumber,
- UniversalIdField? citizenship,
- UniversalIdField? cityNumber,
- UniversalIdField? dateOfBirth,
- UniversalIdField? dateOfExpiry,
- UniversalIdField? dateOfIssue,
- UniversalIdField? dateOfRegistration,
- UniversalIdField? divisionNumber,
- UniversalIdField? documentNumber,
- UniversalIdField? familyName,
- UniversalIdField? fathersName,
- UniversalIdField? firstName,
- UniversalIdField? folio,
- UniversalIdField? fullName,
- UniversalIdField? givenNames,
- UniversalIdField? height,
- UniversalIdField? lastName,
- UniversalIdField? licenseClass,
- UniversalIdField? licenseType,
- UniversalIdField? municipalityNumber,
- UniversalIdField? nationalId,
- UniversalIdField? nationality,
- UniversalIdField? parentsGivenName,
- UniversalIdField? personalNumber,
- UniversalIdField? placeAndDateOfBirth,
- UniversalIdField? placeOfBirth,
- UniversalIdField? sex,
- UniversalIdField? stateNumber,
- UniversalIdField? supportNumber,
- UniversalIdField? surname,
- 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,
});