AdminUserListResponse constructor

const AdminUserListResponse({
  1. required List<User> users,
  2. required double total,
})

Implementation

const factory AdminUserListResponse({
  required List<User> users,
  required double total,
}) = _AdminUserListResponse;