UserVO constructor
const
UserVO({})
Implementation
const UserVO({
this.uid,
this.snapshot,
this.name,
this.email,
this.avatarUrl,
this.role,
this.createdAt,
this.updatedAt,
this.lastUpdatedClaims,
this.onboardingFinished,
this.userAffinity,
});