nextWednesday method

Moment nextWednesday()

Returns new Moment instance of nearest Wednesday in the Future

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

Implementation

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