We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ab8f7d commit 7c7645eCopy full SHA for 7c7645e
lib/src/models.dart
@@ -35,6 +35,7 @@ class DownloadTaskStatus {
35
/// * [url] the download link
36
/// * [filename] the local file name of a downloaded file
37
/// * [savedDir] the absolute path of the directory where the downloaded file is saved
38
+/// * [timeCreated] milliseconds since the Unix epoch (midnight, January 1, 1970 UTC)
39
///
40
class DownloadTask {
41
final String taskId;
0 commit comments