SelectDownload constructor
SelectDownload({
- required bool exists,
- TokenDownloadStatus? status,
Implementation
SelectDownload({required this.exists, this.status});