fromNow method

String fromNow([
  1. bool withoutSuffix = false
])

Returns the string of relative time from now.

Implementation

String fromNow([bool withoutSuffix = false]) => from(Day(), withoutSuffix);