OpenRouterUpdateApiKeyRequest.unlimited constructor

OpenRouterUpdateApiKeyRequest.unlimited({
  1. String? name,
  2. bool? disabled,
  3. bool? includeByokInLimit,
})

Implementation

factory OpenRouterUpdateApiKeyRequest.unlimited({
  String? name,
  bool? disabled,
  bool? includeByokInLimit,
}) => OpenRouterUpdateApiKeyRequest(
  name: name,
  disabled: disabled,
  includeByokInLimit: includeByokInLimit,
  clearLimit: true,
  clearLimitReset: true,
);