list24Hours top-level property

List<int> list24Hours
getter/setter pair

List of 24hours

Implementation

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