nextMonthFirstDay property

DateTime get nextMonthFirstDay

Implementation

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