totalSizeMB property

double get totalSizeMB

Get total size in MB

Implementation

double get totalSizeMB => totalSizeBytes / (1024 * 1024);