toHours method

Duration toHours()

Implementation

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