hours property

Duration get hours

Returns a Duration representing this number of hours.

Implementation

Duration get hours => (this * 1000 * 1000 * 60 * 60).microseconds;