PrfRateLimiterStats constructor
const
PrfRateLimiterStats({})
Implementation
const PrfRateLimiterStats({
required this.tokens,
required this.lastRefill,
required this.maxTokens,
required this.refillDuration,
required this.now,
required this.refillRatePerMs,
required this.refilledTokens,
required this.cappedTokenCount,
});