timeAgoNumeric property

String get timeAgoNumeric

Return a time difference in Numeric

Like:

2 month ago, 5 minute ago, Half hour ago, 1 day ago, 6 hours ago

Implementation

String get timeAgoNumeric =>
    DateHelper().timeAgoString(millisecondsSinceEpoch);