ListUsersResponse constructor

ListUsersResponse({
  1. String? nextToken,
  2. List<User>? users,
})

Implementation

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