hr property

Duration get hr

Short-hand for hours

Implementation

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