Mutation$updateUser$updateUser$socialLoginData$google constructor

Mutation$updateUser$updateUser$socialLoginData$google({
  1. required String sub,
  2. String? name,
  3. required String email,
  4. required String token,
  5. String? locale,
  6. String? picture,
  7. String? given_name,
  8. String? family_name,
  9. bool? email_verified,
})

Implementation

Mutation$updateUser$updateUser$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,
});