prettyCurrentSize property

String prettyCurrentSize

Implementation

String get prettyCurrentSize {
  return _prettySize(totalSize! - leftUntilDone!);
}