menu
requestor package
documentation
response.dart
ProgressDownload
ProgressDownload.new constructor
ProgressDownload.new constructor
dark_mode
light_mode
ProgressDownload
constructor
ProgressDownload
(
String
id
,
double
progress
,
int
total
,
int
current
,
)
Implementation
ProgressDownload(this.id, this.progress, this.total, this.current);
requestor package
documentation
response
ProgressDownload
ProgressDownload.new constructor
ProgressDownload class