humanReadable method

String humanReadable()

Implementation

String humanReadable() => "$hour:${twoDigits(minute)}:${twoDigits(second)}";