ago property
DateTime
get
ago
Implementation
DateTime get ago {
if (this == null) return DateTime.now();
return DateTime.now().minusTimeSpan(this.abs());
}
DateTime get ago {
if (this == null) return DateTime.now();
return DateTime.now().minusTimeSpan(this.abs());
}