ListUsersResponse constructor

ListUsersResponse({
  1. String? nextToken,
  2. String? requestId,
  3. int? status,
  4. List<User>? userList,
})

Implementation

ListUsersResponse({
  this.nextToken,
  this.requestId,
  this.status,
  this.userList,
});