ListProfilesResponse constructor

ListProfilesResponse({
  1. String? nextPageToken,
  2. List<Profile>? profiles,
  3. int? skippedProfiles,
})

Implementation

ListProfilesResponse({
  this.nextPageToken,
  this.profiles,
  this.skippedProfiles,
});