ListUsersResponse constructor

ListUsersResponse({
  1. List<User> data = const [],
  2. PaginationLinks? links,
})

Returns a new ListUsersResponse instance.

Implementation

ListUsersResponse({
  this.data = const [],
  this.links,
});