PersonalInfo constructor
PersonalInfo({})
Implementation
PersonalInfo(
{this.imageURL,
this.fullName,
this.lastName,
this.firstName,
this.middleName,
this.dateOfBirth,
this.formattedDateOfBirth,
this.mobileNumber,
this.nationality,
this.gender});