ConversationChargingCommonModel constructor

const ConversationChargingCommonModel({
  1. bool? devDiscount,
  2. dynamic tier,
  3. LLMCategoryUsage? llmUsage,
  4. dynamic llmPrice,
})

Implementation

const ConversationChargingCommonModel({
  this.devDiscount,
  this.tier,
  this.llmUsage,
  this.llmPrice,
});