nextSaturday method

Moment nextSaturday()

Returns new Moment instance of nearest Saturday in the Future

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

Implementation

Moment nextSaturday() => nextWeekday(DateTime.saturday);