hours property

Duration get hours

Converts to duration object to hours of value

Implementation

Duration get hours => Duration(hours: this);