ListUsersResponse constructor

ListUsersResponse(
  1. {String? brokerId,
  2. int? maxResults,
  3. String? nextToken,
  4. List<UserSummary>? users}
)

Implementation

ListUsersResponse({
  this.brokerId,
  this.maxResults,
  this.nextToken,
  this.users,
});