UsageUpdate constructor
const
UsageUpdate({})
Implementation
const UsageUpdate({
required this.inputTokens,
required this.outputTokens,
this.cacheCreationInputTokens,
this.cacheReadInputTokens,
});
const UsageUpdate({
required this.inputTokens,
required this.outputTokens,
this.cacheCreationInputTokens,
this.cacheReadInputTokens,
});