The id of the DownloadItem that changed.
id
int get id => _wrapped.id;
set id(int v) { _wrapped.id = v; }