PublicUserProfile constructor
Implementation
const PublicUserProfile({
required this.clerkUserId,
this.displayName,
this.avatarUrl,
this.bio,
this.websiteUrl,
this.hideComments = false,
this.createdAt = '',
this.updatedAt = '',
});
const PublicUserProfile({
required this.clerkUserId,
this.displayName,
this.avatarUrl,
this.bio,
this.websiteUrl,
this.hideComments = false,
this.createdAt = '',
this.updatedAt = '',
});