daysInMonth property

int daysInMonth

The number of days in the month represented by this calendar date.

Implementation

int get daysInMonth => _calculateDaysInMonth(year, month);