Skip to content

Commit 7c7645e

Browse files
authored
Document exactly what update time is
1 parent 8ab8f7d commit 7c7645e

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)