listHours top-level property

List<int> listHours
getter/setter pair

List of hours

Implementation

List<int> listHours = List<int>.generate(12, (int index) => index + 1);