BarcodeDriverLicense constructor
BarcodeDriverLicense({})
Constructor to create an instance of BarcodeDriverLicense.
Implementation
BarcodeDriverLicense({
this.addressCity,
this.addressState,
this.addressZip,
this.addressStreet,
this.issueDate,
this.birthDate,
this.expiryDate,
this.gender,
this.licenseNumber,
this.firstName,
this.lastName,
this.country,
});