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