secondsWithoutFill property

String secondsWithoutFill

Get the remaining seconds without completing with leading zeros.

Implementation

String get secondsWithoutFill => duration.inSeconds.remainder(60).toString();