OpenRouterCurrentApiKey constructor

const OpenRouterCurrentApiKey({
  1. double? byokUsage,
  2. double? byokUsageDaily,
  3. double? byokUsageWeekly,
  4. double? byokUsageMonthly,
  5. String? creatorUserId,
  6. bool? includeByokInLimit,
  7. bool? isFreeTier,
  8. bool? isManagementKey,
  9. bool? isProvisioningKey,
  10. String? label,
  11. double? limit,
  12. double? limitRemaining,
  13. OpenRouterApiKeyLimitReset? limitReset,
  14. double? usage,
  15. double? usageDaily,
  16. double? usageWeekly,
  17. double? usageMonthly,
  18. OpenRouterCurrentApiKeyRateLimit? rateLimit,
  19. DateTime? expiresAt,
})

Implementation

const OpenRouterCurrentApiKey({
  this.byokUsage,
  this.byokUsageDaily,
  this.byokUsageWeekly,
  this.byokUsageMonthly,
  this.creatorUserId,
  this.includeByokInLimit,
  this.isFreeTier,
  this.isManagementKey,
  this.isProvisioningKey,
  this.label,
  this.limit,
  this.limitRemaining,
  this.limitReset,
  this.usage,
  this.usageDaily,
  this.usageWeekly,
  this.usageMonthly,
  this.rateLimit,
  this.expiresAt,
});