asHours property
Time
get
asHours
Returns a Time representing this time in Hours (h).
Implementation
Time get asHours => convertTo(TimeUnit.hour);
Returns a Time representing this time in Hours (h).
Time get asHours => convertTo(TimeUnit.hour);