Skip to content

Commit 5f736fd

Browse files
authored
Merge pull request #368 from yringler/yringler-patch-1
Document exactly what update time is
2 parents 8ab8f7d + 7c7645e commit 5f736fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/models.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class DownloadTaskStatus {
3535
/// * [url] the download link
3636
/// * [filename] the local file name of a downloaded file
3737
/// * [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)
3839
///
3940
class DownloadTask {
4041
final String taskId;

0 commit comments

Comments
 (0)