receivedGB property

double get receivedGB

Converts the download progress to gigabytes.

Implementation

double get receivedGB => receivedMB / 1024;