hours method

Duration hours()

Creates a new Duration object using this value as its hours part

Implementation

Duration hours() => Duration(hours: limitMin(0));