Sub2ApiAdminRedeemCodeListQuery constructor

const Sub2ApiAdminRedeemCodeListQuery({
  1. int page = 1,
  2. int pageSize = 20,
  3. Sub2ApiAdminRedeemCodeType? type,
  4. Sub2ApiAdminRedeemCodeStatus? status,
  5. String? search,
  6. Sub2ApiAdminRedeemCodeSortBy sortBy = Sub2ApiAdminRedeemCodeSortBy.id,
  7. 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,
});