ModelConfig constructor
Implementation
const ModelConfig({
required this.key,
required this.label,
required this.checkCommands,
required this.checkFiles,
required this.provider,
});
const ModelConfig({
required this.key,
required this.label,
required this.checkCommands,
required this.checkFiles,
required this.provider,
});