Returns new DateTime instance of nearest Friday in the past
If this is Friday, will return 7 days in the past
this
7 days in the past
DateTime lastFriday() => lastWeekday(DateTime.friday);