nextWednesday method

DateTime nextWednesday()

Returns new DateTime instance of nearest Wednesday in the Future

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

Implementation

DateTime nextWednesday() => nextWeekday(DateTime.wednesday);