Quota constructor
Quota({
- List<
QuotaLimit> ? limits, - List<
MetricRule> ? metricRules,
Implementation
Quota({
this.limits,
this.metricRules,
});