Sub2ApiAdminRedeemCodeListQuery constructor
const
Sub2ApiAdminRedeemCodeListQuery({
- int page = 1,
- int pageSize = 20,
- Sub2ApiAdminRedeemCodeType? type,
- Sub2ApiAdminRedeemCodeStatus? status,
- String? search,
- Sub2ApiAdminRedeemCodeSortBy sortBy = Sub2ApiAdminRedeemCodeSortBy.id,
- Sub2ApiAdminRedeemCodeSortOrder sortOrder = Sub2ApiAdminRedeemCodeSortOrder.descending,
Implementation
const Sub2ApiAdminRedeemCodeListQuery({
this.page = 1,
this.pageSize = 20,
this.type,
this.status,
this.search,
this.sortBy = Sub2ApiAdminRedeemCodeSortBy.id,
this.sortOrder = Sub2ApiAdminRedeemCodeSortOrder.descending,
});