fromNow method

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

Implementation

String fromNow([bool withoutPrefixOrSuffix = false]) {
  return from(new DateTime.now(), withoutPrefixOrSuffix);
}