hours property

Duration get hours

Implementation

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