DownloadTaskStatus constructor
DownloadTaskStatus({
- required DownloadTaskState state,
- int? totalSize,
- int? countSize,
- String? errorContent,
- String? stackTraceContent,
Implementation
DownloadTaskStatus({
required this.state,
this.totalSize,
this.countSize,
this.errorContent,
this.stackTraceContent,
});