minutes property

String minutes

Get the remaining minutes always with two digits.

Implementation

String get minutes => fill(duration.inMinutes.remainder(60));