ProductUsage constructor
ProductUsage({})
Returns a new ProductUsage instance.
Implementation
ProductUsage({
this.productId,
this.productName,
this.requestCount,
this.rateLimit,
this.rateLimitRemaining,
});
Returns a new ProductUsage instance.
ProductUsage({
this.productId,
this.productName,
this.requestCount,
this.rateLimit,
this.rateLimitRemaining,
});