ResourceQuotaStatus constructor

const ResourceQuotaStatus({
  1. Map<String, String>? hard,
  2. Map<String, String>? used,
})

Default constructor.

Implementation

const ResourceQuotaStatus({
  this.hard,
  this.used,
});