List of hours in 24-hour format.
final List<int> list24Hours = List<int>.unmodifiable(List<int>.generate(24, (int index) => index));