AuthUser constructor
const
AuthUser({})
Implementation
const AuthUser({
required this.uid,
this.email,
this.displayName,
this.photoURL,
this.idToken,
this.isAnonymous = false,
this.emailVerified = false,
});