UserDetailResult constructor

UserDetailResult(
  1. UserInfo user,
  2. UserProfile profile,
  3. UserProfilePublicity profilePublicity,
  4. UserWorkspace workspace,
)

Implementation

UserDetailResult(this.user, this.profile, this.profilePublicity, this.workspace);