daysInMonth property

int daysInMonth

Implementation

int get daysInMonth => _daysInMonth(_dateTime.year, _dateTime.month);