monthLastDay property

DateTime get monthLastDay

Implementation

DateTime get monthLastDay => copyWith(day: daysInMonth).endOfDay;