ResourceQuotaSpec constructor

const ResourceQuotaSpec({
  1. Map<String, String>? hard,
  2. ScopeSelector? scopeSelector,
  3. List<String>? scopes,
})

Default constructor.

Implementation

const ResourceQuotaSpec({
  this.hard,
  this.scopeSelector,
  this.scopes,
});