fromNowBy method Null safety
- Duration duration
Returns the point in time Duration amount of time from now.
Implementation
DateTime fromNowBy(Duration duration) => now().add(duration);
Returns the point in time Duration amount of time from now.
DateTime fromNowBy(Duration duration) => now().add(duration);