User constructor
User({})
Implementation
User({
this.status,
this.name,
this.username,
this.password,
this.emails,
this.phoneNumber,
this.location,
this.website,
this.domain,
this.job,
this.creditCard,
this.uuid,
this.objectId,
});