DownloadManagerResponse constructor

DownloadManagerResponse({
  1. required int token,
  2. required bool status,
})

Implementation

DownloadManagerResponse({
  required this.token,
  required this.status,
});