ListUsersResponse constructor

ListUsersResponse({
  1. String? nextToken,
  2. List<UserSummary>? userSummaryList,
})

Implementation

ListUsersResponse({
  this.nextToken,
  this.userSummaryList,
});