nextSunday method

Moment nextSunday()

Returns new Moment instance of nearest Sunday in the Future

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

Implementation

Moment nextSunday() => nextWeekday(DateTime.sunday);