hours method

Time hours()

Gets a Time representing this number of hours.

Implementation

Time hours() => Time.fromHours(this);