UserPublicProfile class

Annotations
  • @freezed

Constructors

UserPublicProfile({ContestBadge? contestBadge, String? githubUrl, String? linkedinUrl, required UserProfile profile, String? twitterUrl, required String username})
const
factory
UserPublicProfile.fromJson(Map<String, Object?> json)
factory

Properties

contestBadge ContestBadge?
no setterinherited
copyWith → $UserPublicProfileCopyWith<UserPublicProfile>
no setterinherited
githubUrl String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
linkedinUrl String?
no setterinherited
profile UserProfile
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
twitterUrl String?
no setterinherited
username String
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited