daysInMon property

List<int> daysInMon
final

Implementation

static final List<int> daysInMon = List<int>.from(
    <int>[-1, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31]);