humanReadable method
Human-readable representation of this SlotTimeUnit.
Implementation
String humanReadable() => "${timeOfDay.hour.toString().padLeft(2, '0')}:${timeOfDay.minute.toString().padLeft(2, '0')}";
Human-readable representation of this SlotTimeUnit.
String humanReadable() => "${timeOfDay.hour.toString().padLeft(2, '0')}:${timeOfDay.minute.toString().padLeft(2, '0')}";