Sub2ApiAdminResetSubscriptionQuotaRequest constructor

const Sub2ApiAdminResetSubscriptionQuotaRequest({
  1. bool daily = false,
  2. bool weekly = false,
  3. bool monthly = false,
})

Implementation

const Sub2ApiAdminResetSubscriptionQuotaRequest({
  this.daily = false,
  this.weekly = false,
  this.monthly = false,
});