humanReadable method

String humanReadable()

Human-readable representation of this SlotTimeUnit.

Implementation

String humanReadable() => "${timeOfDay.hour.toString().padLeft(2, '0')}:${timeOfDay.minute.toString().padLeft(2, '0')}";