daysInMonth property

int get daysInMonth

Implementation

int get daysInMonth => DateUtils.daysPerMonth(year)[month - 1];