OpenRouterCreateApiKeyRequest.unlimited constructor
OpenRouterCreateApiKeyRequest.unlimited({})
Implementation
factory OpenRouterCreateApiKeyRequest.unlimited({
required String name,
String? creatorUserId,
DateTime? expiresAt,
bool? includeByokInLimit,
}) => OpenRouterCreateApiKeyRequest(
name: name,
creatorUserId: creatorUserId,
expiresAt: expiresAt,
includeByokInLimit: includeByokInLimit,
);