IGoogleSignInUserData constructor
IGoogleSignInUserData({})
Uses the given data to construct an instance.
Implementation
IGoogleSignInUserData({
required this.email,
required this.id,
this.displayName,
this.photoUrl,
this.idToken,
this.serverAuthCode,
});