ModelFile constructor
const
ModelFile({})
Creates a new model file instance.
Implementation
const ModelFile({
required this.id,
required this.name,
required this.sizeKB,
required this.type,
this.hashes,
this.downloadUrl,
this.primary,
this.metadata,
});