SavedDownload constructor

const SavedDownload({
  1. required File file,
  2. Uri? contentUri,
})

Implementation

const SavedDownload({required this.file, this.contentUri});