Sub2ApiAdminAccountListQuery constructor
const
Sub2ApiAdminAccountListQuery({
- int? page,
- int? pageSize,
- Sub2ApiAdminAccountPlatform? platform,
- Sub2ApiAdminAccountType? type,
- Sub2ApiAdminAccountStatus? status,
- String? search,
- int? groupId,
- bool ungrouped = false,
- String? privacyMode,
- Sub2ApiAdminAccountSort sortBy = Sub2ApiAdminAccountSort.name,
- bool sortDescending = false,
- bool lite = false,
- 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,
});