nextMonthFirstDay property

DateTime nextMonthFirstDay

Implementation

DateTime get nextMonthFirstDay => monthLastDay.add(oneDay).startOfDay;