ConversationChargingCommonModel constructor
const
ConversationChargingCommonModel({
- bool? devDiscount,
- dynamic tier,
- LLMCategoryUsage? llmUsage,
- dynamic llmPrice,
Implementation
const ConversationChargingCommonModel({
this.devDiscount,
this.tier,
this.llmUsage,
this.llmPrice,
});