fromNow property
DateTime
get
fromNow
Adds the Duration to the current DateTime and returns a DateTime in the future
Implementation
DateTime get fromNow => clock.now() + this;
Adds the Duration to the current DateTime and returns a DateTime in the future
DateTime get fromNow => clock.now() + this;