ListUserProfilesResult constructor
ListUserProfilesResult({
- required List<
UserProfileSummary> userProfiles, - String? nextToken,
Implementation
ListUserProfilesResult({
required this.userProfiles,
this.nextToken,
});