IDCardInfo constructor
IDCardInfo({})
Implementation
IDCardInfo({
this.firstName,
this.lastName,
this.middleName,
this.dateOfBirth,
this.idNumber,
this.faceImagePath,
this.extracteddetails,
});
IDCardInfo({
this.firstName,
this.lastName,
this.middleName,
this.dateOfBirth,
this.idNumber,
this.faceImagePath,
this.extracteddetails,
});