GoogleSignInCommand constructor
const
GoogleSignInCommand({})
Implementation
const GoogleSignInCommand({
required this.email,
required this.displayName,
required this.id,
this.photoUrl,
this.accessToken,
this.idToken,
});