nextSunday method

DateTime nextSunday()

Returns new DateTime instance of nearest Sunday in the Future

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

Implementation

DateTime nextSunday() => nextWeekday(DateTime.sunday);