lastFriday method

DateTime lastFriday()

Returns new DateTime instance of nearest Friday in the past

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

Implementation

DateTime lastFriday() => lastWeekday(DateTime.friday);