receivedGB property
double
get
receivedGB
Converts the download progress to gigabytes.
Implementation
double get receivedGB => receivedMB / 1024;
Converts the download progress to gigabytes.
double get receivedGB => receivedMB / 1024;