fromNow method

String fromNow()

Implementation

String fromNow() {
  return _defaultLocale.getRelativeTime(_dateTime);
}