prettyTotalSize property

String prettyTotalSize

Implementation

String get prettyTotalSize {
  return _prettySize(totalSize!);
}