hours property

String get hours

Implementation

String get hours {
  return twoDigits(this.inHours);
}