Usage constructor

const Usage({
  1. int inputTokens = 0,
  2. int outputTokens = 0,
  3. int cacheCreationInputTokens = 0,
  4. int cacheReadInputTokens = 0,
  5. int webSearchRequests = 0,
})

Implementation

const Usage({
  this.inputTokens = 0,
  this.outputTokens = 0,
  this.cacheCreationInputTokens = 0,
  this.cacheReadInputTokens = 0,
  this.webSearchRequests = 0,
});