nextThursday method

DateTime nextThursday()

Returns new DateTime instance of nearest Thursday in the Future

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

Implementation

DateTime nextThursday() => nextWeekday(DateTime.thursday);