ListUserProfilesResponse constructor
ListUserProfilesResponse({
- String? nextToken,
- List<
UserProfileDetails> ? userProfiles,
Implementation
ListUserProfilesResponse({
this.nextToken,
this.userProfiles,
});