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