Returns new DateTime instance of nearest Monday in the Future
If this is Monday, will return 7 days in the future
this
7 days in the future
DateTime nextMonday() => nextWeekday(DateTime.monday);