ListUserProfilesResponse constructor

ListUserProfilesResponse({
  1. String? nextToken,
  2. List<UserProfileDetails>? userProfiles,
})

Implementation

ListUserProfilesResponse({
  this.nextToken,
  this.userProfiles,
});