toTimeAgo method

String toTimeAgo()

Implementation

String toTimeAgo() {
  return timeago.format(this);
}