humanReadable method

String humanReadable()

Implementation

String humanReadable() =>
    "$inHours:${twoDigits(inMinutes.remainder(60))}:${twoDigits(inSeconds.remainder(60))}";