MethodQuota constructor

MethodQuota({
  1. String? method,
  2. String? quotaLimit,
  3. String? quotaUsage,
})

Implementation

MethodQuota({
  this.method,
  this.quotaLimit,
  this.quotaUsage,
});