User constructor
User({})
Implementation
User({
required this.idCard,
this.faceImage,
this.faceVideo,
this.faceMatchValue,
this.email,
this.phoneNumber,
this.firstName,
this.middleName,
this.lastName,
this.personalIdentityCode,
this.dateOfBirth,
this.expiryDate,
this.apiKey,
});