DescribeUserProfilesResult constructor

DescribeUserProfilesResult({
  1. List<UserProfile>? userProfiles,
})

Implementation

DescribeUserProfilesResult({
  this.userProfiles,
});