String hourLabel

A string representing the hour, in 24 hour time (e.g., '04' or '18').

Source

String get hourLabel => _addLeadingZeroIfNeeded(hour);