h property

Short-hand for hours

Implementation

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