timeAgo property

String get timeAgo

Returns a human-readable "time ago" format (e.g., "3 hours ago").

Implementation

String get timeAgo => TimeFormatter.formatTime(millisecondsSinceEpoch);