LocalFile constructor
LocalFile({})
Implementation
LocalFile({
required this.path,
required this.canBeDownloaded,
required this.canBeDeleted,
required this.isDownloadingActive,
required this.isDownloadingCompleted,
required this.downloadOffset,
required this.downloadedPrefixSize,
required this.downloadedSize,
});