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