nextMonday method

Moment nextMonday()

Returns new Moment instance of nearest Monday in the Future

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

Implementation

Moment nextMonday() => nextWeekday(DateTime.monday);