toHour property

Duration get toHour

Implementation

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