hoursFromNow method Null safety
- int hours
Return the point in time hours from now.
Implementation
DateTime hoursFromNow(int hours) => fromNow(hours: hours);
Return the point in time hours from now.
DateTime hoursFromNow(int hours) => fromNow(hours: hours);