nextFriday method

DateTime nextFriday()

Returns new DateTime instance of nearest Friday in the Future

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

Implementation

DateTime nextFriday() => nextWeekday(DateTime.friday);