ExtractedDocumentData constructor
ExtractedDocumentData({})
Implementation
ExtractedDocumentData({
this.firstName,
this.lastName,
this.middleName,
this.phoneNumber,
this.email,
this.dateOfBirth,
this.gender,
this.documentNumber,
this.documentType,
this.imageByte,
});