toNow method

String toNow([
  1. bool withoutPrefix = false
])

Returns the string of relative time to now.

Implementation

String toNow([bool withoutPrefix = false]) => to(Day(), withoutPrefix);