DownloadStartResponse constructor
- DownloadStartResponseAction? action,
- required bool handled,
- String? resultFilePath,
Implementation
DownloadStartResponse({
this.action,
required this.handled,
this.resultFilePath,
});
DownloadStartResponse({
this.action,
required this.handled,
this.resultFilePath,
});