seconds property

String seconds

Get the remaining seconds always with two digits.

Implementation

String get seconds => fill(duration.inSeconds.remainder(60));