ModelInfo constructor
const
ModelInfo({})
Implementation
const ModelInfo({
required this.id,
required this.name,
required this.category,
required this.format,
required this.framework,
required this.source,
required this.sizeBytes,
this.downloadURL,
this.localPath,
this.version,
});