RawTokenCounts constructor

const RawTokenCounts({
  1. required int inputTokens,
  2. required int outputTokens,
  3. required int cacheReadInputTokens,
  4. required int cacheCreationInputTokens,
})

Implementation

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