nextMonday method

DateTime nextMonday()

Returns new DateTime instance of nearest Monday in the Future

If this is Monday, will return 7 days in the future

Implementation

DateTime nextMonday() => nextWeekday(DateTime.monday);