User constructor
User({})
Implementation
User({
this.id,
this.firstName,
this.middleName,
this.lastName,
this.email,
this.dob,
this.phoneNumber,
this.picture,
this.city,
this.country,
this.state,
this.address,
this.code,
this.zip,
this.status,
this.createdAt,
});