LocalFile constructor
const
LocalFile({})
Represents a local file
Implementation
const 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,
});