ListUserProfilesResult constructor

ListUserProfilesResult({
  1. required List<UserProfileSummary> userProfiles,
  2. String? nextToken,
})

Implementation

ListUserProfilesResult({
  required this.userProfiles,
  this.nextToken,
});