timeStr property

String timeStr

Returns hourStr and minuteStr separated by a colon.

Implementation

String get timeStr => '$hourStr:$minuteStr';