List of hours in 12-hour format.
final List<int> listHours = List<int>.unmodifiable(List<int>.generate(12, (int index) => index + 1));