nonLeapYearMonths constant

List<int> const nonLeapYearMonths

The months in a non-leap year.

Implementation

static const nonLeapYearMonths = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];