hoursFromNow method

DateTime hoursFromNow(
  1. int hours
)

Return the point in time hours from now.

Implementation

DateTime hoursFromNow(int hours) => fromNow(hours: hours);