copyWith method
Implementation
LLMUsageInput copyWith({Map<String, dynamic>? modelUsage}) {
return LLMUsageInput(modelUsage: modelUsage ?? this.modelUsage);
}
LLMUsageInput copyWith({Map<String, dynamic>? modelUsage}) {
return LLMUsageInput(modelUsage: modelUsage ?? this.modelUsage);
}