fromNow property
DateTime
get
fromNow
Implementation
DateTime get fromNow {
if (this == null) return DateTime.now();
return DateTime.now().plusTimeSpan(this!.abs());
}
DateTime get fromNow {
if (this == null) return DateTime.now();
return DateTime.now().plusTimeSpan(this!.abs());
}