ListUsersResponse constructor
ListUsersResponse({
- String? brokerId,
- int? maxResults,
- String? nextToken,
- List<
UserSummary> ? users,
Implementation
ListUsersResponse({
this.brokerId,
this.maxResults,
this.nextToken,
this.users,
});