int minDaysInMonths([Iterable<int> months = const [0]]) => months.map((m) => minDaysInMonth[m]).minOrNull ?? minDaysInMonth[kAnyMonth];