hours property

String hours

Get the remaining hours always with two digits.

Implementation

String get hours => fill(duration.inHours.remainder(24));