Userinfo constructor
Userinfo({})
Implementation
Userinfo({
this.email,
this.familyName,
this.gender,
this.givenName,
this.hd,
this.id,
this.link,
this.locale,
this.name,
this.picture,
this.verifiedEmail,
});