Query$user$user$socialLoginData$google constructor
Query$user$user$socialLoginData$google({})
Implementation
Query$user$user$socialLoginData$google({
required this.sub,
this.name,
required this.email,
required this.token,
this.locale,
this.picture,
this.given_name,
this.family_name,
this.email_verified,
});