OpenRouterCreateApiKeyRequest constructor
const
OpenRouterCreateApiKeyRequest({})
Implementation
const OpenRouterCreateApiKeyRequest({
required this.name,
this.creatorUserId,
this.expiresAt,
this.includeByokInLimit,
this.limit,
this.limitReset,
});