hours method

Duration hours()

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

Implementation

Duration hours() => _toDuration(Duration.microsecondsPerHour);