DriverLicense constructor
const
DriverLicense({})
Create a new DriverLicense.
Implementation
const DriverLicense({
this.addressCity,
this.addressState,
this.addressStreet,
this.addressZip,
this.birthDate,
this.documentType,
this.expiryDate,
this.firstName,
this.gender,
this.issueDate,
this.issuingCountry,
this.lastName,
this.licenseNumber,
this.middleName,
});