totalMegaBytes property

double get totalMegaBytes

Total megabytes.

Implementation

double get totalMegaBytes => totalKiloBytes / 1024;