UserPublicProfile constructor
const
UserPublicProfile({
- ContestBadge? contestBadge,
- String? githubUrl,
- String? linkedinUrl,
- required UserProfile profile,
- String? twitterUrl,
- required String username,
Implementation
const factory UserPublicProfile({
ContestBadge? contestBadge,
String? githubUrl,
String? linkedinUrl,
required UserProfile profile,
String? twitterUrl,
required String username,
}) = _UserPublicProfile;