downloaded_size property

int downloaded_size
read / write

Total downloaded file size, in bytes. Can be used only for calculating download progress. The actual file size may be bigger, and some parts of it may contain garbage.

Implementation

late int downloaded_size;