timeAgo method

String timeAgo({
  1. bool allowFromNow = false,
})

Implementation

String timeAgo({bool allowFromNow = false}) {
  return TimeAgo.format(this, allowFromNow: allowFromNow);
}