hhmm property

String get hhmm

Implementation

String get hhmm => "$hour:${twoDigits(minute.remainder(60))}";