ModelDescriptor constructor
const
ModelDescriptor({})
Implementation
const ModelDescriptor({
required this.id,
required this.displayName,
this.description,
this.version,
this.metadata = const {},
this.requiresDownload = false,
this.isDownloaded = true,
this.downloadSizeBytes = 0,
this.downloadUrl,
});