hoursStr property

String hoursStr

Duration in hours formatted

Implementation

String get hoursStr {
  return hours.toString().padLeft(2, "0");
}