fromNow property

DateTime fromNow

Adds the Duration to the current DateTime and returns a DateTime in the future

Implementation

DateTime get fromNow => clock.now() + this;