receivedMB property

double get receivedMB

Converts the download progress to megabytes.

Implementation

double get receivedMB => receivedKB / 1024;