ModelPathResolution constructor
const
ModelPathResolution({})
Implementation
const ModelPathResolution({
required this.rootPath,
required this.primaryModelPath,
required this.mmprojPath,
required this.tokenizerPath,
required this.configPath,
required this.isDirectoryBased,
required this.isComplete,
});