lastSaturday method

Moment lastSaturday()

Returns new Moment instance of nearest Saturday in the past

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

Implementation

Moment lastSaturday() => lastWeekday(DateTime.saturday);