UserInfo constructor
UserInfo({})
Implementation
UserInfo({
this.id,
this.firstName,
this.lastName,
this.email,
this.username,
this.isActivated,
this.groups,
this.avatar,
this.isNew,
this.token,
});