DescribeMyUserProfileResult constructor

DescribeMyUserProfileResult({
  1. SelfUserProfile? userProfile,
})

Implementation

DescribeMyUserProfileResult({
  this.userProfile,
});