formatDuration abstract method

String formatDuration(
  1. Duration duration, {
  2. bool showDays = true,
  3. bool showHours = true,
  4. bool showMinutes = true,
  5. bool showSeconds = true,
})

Implementation

String formatDuration(Duration duration,
    {bool showDays = true,
    bool showHours = true,
    bool showMinutes = true,
    bool showSeconds = true});