hhmm property

String get hhmm

Implementation

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