DownloadManagerResponse constructor
DownloadManagerResponse({
- required int token,
- required bool status,
- ErrorIsolate error = ErrorIsolate.noEror,
Implementation
DownloadManagerResponse({
required this.token,
required this.status,
this.error = ErrorIsolate.noEror,
});