QuotaSettings constructor

QuotaSettings({
  1. int? limit,
  2. int? offset,
  3. QuotaPeriodType? period,
})

Implementation

QuotaSettings({
  this.limit,
  this.offset,
  this.period,
});