LLMUsageInput constructor

const LLMUsageInput({
  1. Map<String, dynamic>? modelUsage,
})

Implementation

const LLMUsageInput({
  this.modelUsage,
});