AuthUserVO constructor
const
AuthUserVO({})
Implementation
const AuthUserVO({
this.uid,
this.displayName,
this.email,
this.photoUrl,
this.isEmailVerified = false,
this.isAnonymous = false,
});
const AuthUserVO({
this.uid,
this.displayName,
this.email,
this.photoUrl,
this.isEmailVerified = false,
this.isAnonymous = false,
});