hours property

Duration hours

Implementation

Duration get hours {
  return Duration(hours: this);
}