sizeFormatted property
String
get
sizeFormatted
Human-readable file size.
Implementation
String get sizeFormatted => StorageInfo.formatBytes(size);
Human-readable file size.
String get sizeFormatted => StorageInfo.formatBytes(size);