ago property
DateTime
get
ago
Subtracts the Duration from the current DateTime and returns a DateTime in the past
Implementation
DateTime get ago => DateTime.now() - this;
Subtracts the Duration from the current DateTime and returns a DateTime in the past
DateTime get ago => DateTime.now() - this;