ListUsersResponse constructor

ListUsersResponse({
  1. String? paginationToken,
  2. List<UserType>? users,
})

Implementation

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