QuotaError constructor

QuotaError({
  1. String? code,
  2. String? description,
  3. Status? status,
  4. String? subject,
})

Implementation

QuotaError({
  this.code,
  this.description,
  this.status,
  this.subject,
});