A string representing the hour, in 24 hour time (e.g., '04' or '18').
Source
String get hourLabel => _addLeadingZeroIfNeeded(hour);
A string representing the hour, in 24 hour time (e.g., '04' or '18').
String get hourLabel => _addLeadingZeroIfNeeded(hour);