StitchUserProfile constructor
StitchUserProfile({})
Implementation
StitchUserProfile({
this.name,
this.email,
this.pictureUrl,
this.firstName,
this.lastName,
this.gender,
this.birthday,
this.minAge,
this.maxAge,
});