PublicUserProfileResult constructor
- required PublicUserProfile profile,
- List<
PublicAppSummary> apps = const [], - List<
UserProfileComment> recentComments = const [], - bool hideComments = false,
Implementation
const PublicUserProfileResult({
required this.profile,
this.apps = const [],
this.recentComments = const [],
this.hideComments = false,
});