fullDays function

List<int> fullDays()

Implementation

List<int> fullDays() => List.generate(31, (index) => index + 1);