ListUsersResponse constructor
ListUsersResponse({
- String? nextToken,
- List<
UserSummary> ? userSummaryList,
Implementation
ListUsersResponse({
this.nextToken,
this.userSummaryList,
});