hours function

Duration hours(
  1. int hours
)

Implementation

Duration hours(int hours) => Duration(hours: hours);