progressStr property

String get progressStr

Implementation

String get progressStr =>
    Duration(milliseconds: progress.toInt()).toTimeString();