sizeFormatted property

String get sizeFormatted

Human-readable file size.

Implementation

String get sizeFormatted => StorageInfo.formatBytes(size);