UserDetailResult constructor
UserDetailResult(
- UserInfo user,
- UserProfile profile,
- UserProfilePublicity profilePublicity,
- UserWorkspace workspace,
Implementation
UserDetailResult(this.user, this.profile, this.profilePublicity, this.workspace);