ago property

DateTime ago

Subtracts the Duration from the current DateTime and returns a DateTime in the past

Implementation

DateTime get ago => clock.now() - this;