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