Sub2ApiAdminAccountListQuery constructor

const Sub2ApiAdminAccountListQuery({
  1. int? page,
  2. int? pageSize,
  3. Sub2ApiAdminAccountPlatform? platform,
  4. Sub2ApiAdminAccountType? type,
  5. Sub2ApiAdminAccountStatus? status,
  6. String? search,
  7. int? groupId,
  8. bool ungrouped = false,
  9. String? privacyMode,
  10. Sub2ApiAdminAccountSort sortBy = Sub2ApiAdminAccountSort.name,
  11. bool sortDescending = false,
  12. bool lite = false,
  13. bool includeSchedulerScore = false,
})

Implementation

const Sub2ApiAdminAccountListQuery({
  this.page,
  this.pageSize,
  this.platform,
  this.type,
  this.status,
  this.search,
  this.groupId,
  this.ungrouped = false,
  this.privacyMode,
  this.sortBy = Sub2ApiAdminAccountSort.name,
  this.sortDescending = false,
  this.lite = false,
  this.includeSchedulerScore = false,
});