lastMonday method

DateTime lastMonday()

Returns new DateTime instance of nearest Monday in the past

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

Implementation

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