ago property

DateTime get ago

Returns DateTime that is before this duration.

Implementation

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