nextTuesday method

Moment nextTuesday()

Returns new Moment instance of nearest Tuesday in the Future

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

Implementation

Moment nextTuesday() => nextWeekday(DateTime.tuesday);