downloaded_prefix_size property

int downloaded_prefix_size
read / write

If is_downloading_completed is false, then only some prefix of the file starting from download_offset is ready to be read. downloaded_prefix_size is the size of that prefix in bytes.

Implementation

late int downloaded_prefix_size;