lastMonday method

Moment lastMonday()

Returns new Moment instance of nearest Monday in the past

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

Implementation

Moment lastMonday() => lastWeekday(DateTime.monday);