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