list24Hours top-level property

List<int> list24Hours
final

List of hours in 24-hour format.

Implementation

final List<int> list24Hours =
    List<int>.unmodifiable(List<int>.generate(24, (int index) => index));