OrphanedFileInfo constructor
const
OrphanedFileInfo({})
Implementation
const OrphanedFileInfo({
required this.filename,
required this.path,
required this.sizeBytes,
this.lastModified,
this.isDownloadFragment = false,
});