lastSunday method

Moment lastSunday()

Returns new Moment instance of nearest Sunday in the past

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

Implementation

Moment lastSunday() => lastWeekday(DateTime.sunday);