formatDuration method

String formatDuration(
  1. int duration
)

Implementation

String formatDuration(int duration) => duration.formatTime();