leapYearMonths constant

List<int> const leapYearMonths

The months in a leap year.

Implementation

static const leapYearMonths = [31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31];