OpenRouterCurrentApiKeyRateLimit constructor

const OpenRouterCurrentApiKeyRateLimit({
  1. String? interval,
  2. String? note,
  3. int? requests,
})

Implementation

const OpenRouterCurrentApiKeyRateLimit({
  this.interval,
  this.note,
  this.requests,
});