QuotaProperties constructor

QuotaProperties({
  1. String? quotaMode,
})

Implementation

QuotaProperties({
  this.quotaMode,
});