prevMonthLastDay property

DateTime get prevMonthLastDay

Implementation

DateTime get prevMonthLastDay => monthFirstDay.subtract(oneDay).endOfDay;