fromNow property

DateTime fromNow

Implementation

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