daysAgo method

  1. @override
String daysAgo(
  1. int days
)

Message for when the elapsed time is in days.

Implementation

@override
String daysAgo(int days) => '$days dni';