Sub2ApiAdminPaymentOrderQuery constructor

const Sub2ApiAdminPaymentOrderQuery({
  1. int page = 1,
  2. int pageSize = 20,
  3. int? userId,
  4. String? status,
  5. String? orderType,
  6. String? paymentType,
  7. String? keyword,
})

Implementation

const Sub2ApiAdminPaymentOrderQuery({
  this.page = 1,
  this.pageSize = 20,
  this.userId,
  this.status,
  this.orderType,
  this.paymentType,
  this.keyword,
});