UserPublicProfile constructor

const UserPublicProfile({
  1. ContestBadge? contestBadge,
  2. String? githubUrl,
  3. String? linkedinUrl,
  4. required UserProfile profile,
  5. String? twitterUrl,
  6. required String username,
})

Implementation

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