OpenRouterCurrentApiKey constructor
const
OpenRouterCurrentApiKey({
- double? byokUsage,
- double? byokUsageDaily,
- double? byokUsageWeekly,
- double? byokUsageMonthly,
- String? creatorUserId,
- bool? includeByokInLimit,
- bool? isFreeTier,
- bool? isManagementKey,
- bool? isProvisioningKey,
- String? label,
- double? limit,
- double? limitRemaining,
- OpenRouterApiKeyLimitReset? limitReset,
- double? usage,
- double? usageDaily,
- double? usageWeekly,
- double? usageMonthly,
- OpenRouterCurrentApiKeyRateLimit? rateLimit,
- 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,
});