SelectDownload constructor

SelectDownload({
  1. required bool exists,
  2. TokenDownloadStatus? status,
})

Implementation

SelectDownload({required this.exists, this.status});